Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_mem_pools.c49 unsigned int blkSizeInBytes; member
81 Lac_MemPoolGetElementRealSize(Cpa32U blkSizeInBytes, Cpa32U blkAlignmentInBytes) in Lac_MemPoolGetElementRealSize() argument
86 return blkSizeInBytes + addSize; in Lac_MemPoolGetElementRealSize()
93 unsigned int blkSizeInBytes, /*Block Size in bytes*/ in Lac_MemPoolCreate() argument
174 Lac_MemPoolGetElementRealSize(blkSizeInBytes, in Lac_MemPoolCreate()
176 Cpa32U addSize = realSize - blkSizeInBytes; in Lac_MemPoolCreate()
220 (lac_mem_pools[poolSearch])->blkSizeInBytes = blkSizeInBytes; in Lac_MemPoolCreate()
347 lac_mem_pools[index]->blkSizeInBytes, in Lac_MemPoolStatsShow()
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_mem_pools.h122 unsigned int blkSizeInBytes,