Searched refs:bufferPoolInfo (Results 1 – 3 of 3) 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
430 t_BufferPoolInfo bufferPoolInfo; /**< Data buffers pool information */ member