Home
last modified time | relevance | path

Searched refs:h_BufferPool (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h322 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
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c163 …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()
/f-stack/freebsd/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()
500 … p_Data = p_BmPool->bufferPoolInfo.f_GetBuf(p_BmPool->bufferPoolInfo.h_BufferPool, &h_BufContext); in BM_POOL_FillBufs()