Searched refs:bufferPoolInfo (Results 1 – 4 of 4) sorted by relevance
184 … p_BmPool->bufferPoolInfo.f_PutBuf(p_BmPool->bufferPoolInfo.h_BufferPool, p_Data, h_BufContext); in BmPoolFree()209 p_BmPoolParam->bufferPoolInfo.f_GetBuf && in BM_POOL_Config()210 p_BmPoolParam->bufferPoolInfo.f_PutBuf && in BM_POOL_Config()242 memcpy(&p_BmPool->bufferPoolInfo, &p_BmPoolParam->bufferPoolInfo, sizeof(t_BufferPoolInfo)); in BM_POOL_Config()243 if (!p_BmPool->bufferPoolInfo.f_PhysToVirt) in BM_POOL_Config()244 p_BmPool->bufferPoolInfo.f_PhysToVirt = XX_PhysToVirt; in BM_POOL_Config()245 if (!p_BmPool->bufferPoolInfo.f_VirtToPhys) in BM_POOL_Config()246 p_BmPool->bufferPoolInfo.f_VirtToPhys = XX_VirtToPhys; in BM_POOL_Config()438 return p_BmPool->bufferPoolInfo.f_PhysToVirt((physAddress_t)physAddr); in BM_POOL_GetBuf()500 … p_Data = p_BmPool->bufferPoolInfo.f_GetBuf(p_BmPool->bufferPoolInfo.h_BufferPool, &h_BufContext); in BM_POOL_FillBufs()[all …]
233 t_BufferPoolInfo bufferPoolInfo; /**< Data buffers pool information */ member
223 bpp.bufferPoolInfo.h_BufferPool = h_BufferPool; in bman_pool_create()224 bpp.bufferPoolInfo.f_GetBuf = f_GetBuf; in bman_pool_create()225 bpp.bufferPoolInfo.f_PutBuf = f_PutBuf; in bman_pool_create()226 bpp.bufferPoolInfo.f_PhysToVirt = f_PhysToVirt; in bman_pool_create()227 bpp.bufferPoolInfo.f_VirtToPhys = f_VirtToPhys; in bman_pool_create()228 bpp.bufferPoolInfo.bufferSize = bufferSize; in bman_pool_create()
430 t_BufferPoolInfo bufferPoolInfo; /**< Data buffers pool information */ member