Searched refs:h_BufferPool (Results 1 – 3 of 3) sorted by relevance
322 typedef uint8_t * (t_GetBufFunction)(t_Handle h_BufferPool,339 typedef t_Error (t_PutBufFunction)(t_Handle h_BufferPool,370 t_Handle h_BufferPool; /**< A handle to the buffer pool manager */ member
163 …if ((p_Data = p_FmPort->im.rxPool.f_GetBuf(p_FmPort->im.rxPool.h_BufferPool, &h_NewUserPriv)) == N… in FmPortImRx()213 else if (p_FmPort->im.rxPool.f_PutBuf(p_FmPort->im.rxPool.h_BufferPool, in FmPortImRx()244 …p_FmPort->im.rxPool.h_BufferPool = p_FmPortParams->specificParams.imRxTxParams.rxPoolParams.h_B… in FmPortConfigIM()345 …if ((p_Data = p_FmPort->im.rxPool.f_GetBuf(p_FmPort->im.rxPool.h_BufferPool, &h_BufContext)) == NU… in FmPortImInit()476 p_FmPort->im.rxPool.f_PutBuf(p_FmPort->im.rxPool.h_BufferPool, in FmPortImFree()
184 … 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()500 … p_Data = p_BmPool->bufferPoolInfo.f_GetBuf(p_BmPool->bufferPoolInfo.h_BufferPool, &h_BufContext); in BM_POOL_FillBufs()