Home
last modified time | relevance | path

Searched refs:bufferPoolInfo (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c184 … p_BmPool->bufferPoolInfo.f_PutBuf(p_BmPool->bufferPoolInfo.h_BufferPool, p_Data, h_BufContext); in BmPoolFree()
208 (p_BmPoolParam->bufferPoolInfo.h_BufferPool && in BM_POOL_Config()
209 p_BmPoolParam->bufferPoolInfo.f_GetBuf && in BM_POOL_Config()
210 p_BmPoolParam->bufferPoolInfo.f_PutBuf && in BM_POOL_Config()
211 p_BmPoolParam->bufferPoolInfo.bufferSize)), E_INVALID_STATE, NULL); 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()
[all …]
H A Dbm.h233 t_BufferPoolInfo bufferPoolInfo; /**< Data buffers pool information */ member
/src/sys/dev/dpaa/
H A Dbman.c218 bpp.bufferPoolInfo.h_BufferPool = h_BufferPool; in bman_pool_create()
219 bpp.bufferPoolInfo.f_GetBuf = f_GetBuf; in bman_pool_create()
220 bpp.bufferPoolInfo.f_PutBuf = f_PutBuf; in bman_pool_create()
221 bpp.bufferPoolInfo.f_PhysToVirt = f_PhysToVirt; in bman_pool_create()
222 bpp.bufferPoolInfo.f_VirtToPhys = f_VirtToPhys; in bman_pool_create()
223 bpp.bufferPoolInfo.bufferSize = bufferSize; in bman_pool_create()
/src/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h430 t_BufferPoolInfo bufferPoolInfo; /**< Data buffers pool information */ member