Home
last modified time | relevance | path

Searched refs:blkAlignmentInBytes (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/dev/qat/qat_api/common/utils/
H A Dlac_mem_pools.c51 unsigned int blkAlignmentInBytes; member
81 Lac_MemPoolGetElementRealSize(Cpa32U blkSizeInBytes, Cpa32U blkAlignmentInBytes) in Lac_MemPoolGetElementRealSize() argument
83 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() argument
175 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()
/freebsd-src/sys/dev/qat/qat_api/common/include/
H A Dlac_mem_pools.h123 unsigned int blkAlignmentInBytes,