Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa/
H A Dbman.c194 t_BmDepletionCallback *f_Depletion, t_Handle h_BufferPool, in bman_pool_create() argument
215 bpp.h_App = h_BufferPool; in bman_pool_create()
218 bpp.bufferPoolInfo.h_BufferPool = h_BufferPool; in bman_pool_create()
H A Dif_dtsec_rm.c247 dtsec_rm_pool_rx_put_buffer(t_Handle h_BufferPool, uint8_t *buffer, in dtsec_rm_pool_rx_put_buffer() argument
252 sc = h_BufferPool; in dtsec_rm_pool_rx_put_buffer()
259 dtsec_rm_pool_rx_get_buffer(t_Handle h_BufferPool, t_Handle *context) in dtsec_rm_pool_rx_get_buffer() argument
264 sc = h_BufferPool; in dtsec_rm_pool_rx_get_buffer()
H A Dbman.h136 t_Handle h_BufferPool, t_PhysToVirt *f_PhysToVirt,
H A Dif_dtsec_im.c144 pool_params->h_BufferPool = sc; in dtsec_im_fm_port_rx_init()
/freebsd/sys/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
/freebsd/sys/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()
/freebsd/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()
500 … p_Data = p_BmPool->bufferPoolInfo.f_GetBuf(p_BmPool->bufferPoolInfo.h_BufferPool, &h_BufContext); in BM_POOL_FillBufs()