Searched refs:blkAlignmentInBytes (Results 1 – 2 of 2) sorted by relevance
51 unsigned int blkAlignmentInBytes; member81 Lac_MemPoolGetElementRealSize(Cpa32U blkSizeInBytes, Cpa32U blkAlignmentInBytes) in Lac_MemPoolGetElementRealSize() argument83 Cpa32U addSize = (blkAlignmentInBytes >= sizeof(lac_mem_blk_t) ? in Lac_MemPoolGetElementRealSize()84 blkAlignmentInBytes : in Lac_MemPoolGetElementRealSize()94 unsigned int blkAlignmentInBytes, /*Block alignment (bytes)*/ in Lac_MemPoolCreate() argument175 blkAlignmentInBytes); in Lac_MemPoolCreate()180 blkAlignmentInBytes, in Lac_MemPoolCreate()221 (lac_mem_pools[poolSearch])->blkAlignmentInBytes = blkAlignmentInBytes; in Lac_MemPoolCreate()348 lac_mem_pools[index]->blkAlignmentInBytes, in Lac_MemPoolStatsShow()
123 unsigned int blkAlignmentInBytes,