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

/freebsd-13-stable/sys/dev/dpaa/
H A Dbman.c199 t_BmDepletionCallback *f_Depletion, t_Handle h_BufferPool,
220 bpp.h_App = h_BufferPool;
223 bpp.bufferPoolInfo.h_BufferPool = h_BufferPool;
195 bman_pool_create(uint8_t *bpid, uint16_t bufferSize, uint16_t maxBuffers, uint16_t minBuffers, uint16_t allocBuffers, t_GetBufFunction *f_GetBuf, t_PutBufFunction *f_PutBuf, uint32_t dep_sw_entry, uint32_t dep_sw_exit, uint32_t dep_hw_entry, uint32_t dep_hw_exit, t_BmDepletionCallback *f_Depletion, t_Handle h_BufferPool, t_PhysToVirt *f_PhysToVirt, t_VirtToPhys *f_VirtToPhys) argument
H A Dbman.h117 * @param h_BufferPool The user provided buffer pool context passed to
138 t_Handle h_BufferPool, t_PhysToVirt *f_PhysToVirt,
H A Dif_dtsec_rm.c252 dtsec_rm_pool_rx_put_buffer(t_Handle h_BufferPool, uint8_t *buffer, argument
257 sc = h_BufferPool;
264 dtsec_rm_pool_rx_get_buffer(t_Handle h_BufferPool, t_Handle *context) argument
269 sc = h_BufferPool;
H A Dif_dtsec_im.c147 pool_params->h_BufferPool = sc;
/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h316 @Param[in] h_BufferPool - A handle to buffer pool manager
322 typedef uint8_t * (t_GetBufFunction)(t_Handle h_BufferPool,
332 @Param[in] h_BufferPool - A handle to buffer pool manager
339 typedef t_Error (t_PutBufFunction)(t_Handle h_BufferPool,
370 t_Handle h_BufferPool; /**< A handle to the buffer pool manager */ member in struct:t_BufferPoolInfo
/freebsd-13-stable/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)) == NULL)
213 else if (p_FmPort->im.rxPool.f_PutBuf(p_FmPort->im.rxPool.h_BufferPool,
244 p_FmPort->im.rxPool.h_BufferPool = p_FmPortParams->specificParams.imRxTxParams.rxPoolParams.h_BufferPool;
345 if ((p_Data = p_FmPort->im.rxPool.f_GetBuf(p_FmPort->im.rxPool.h_BufferPool, &h_BufContext)) == NULL)
476 p_FmPort->im.rxPool.f_PutBuf(p_FmPort->im.rxPool.h_BufferPool,
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c184 p_BmPool->bufferPoolInfo.f_PutBuf(p_BmPool->bufferPoolInfo.h_BufferPool, p_Data, h_BufContext);
208 (p_BmPoolParam->bufferPoolInfo.h_BufferPool &&
500 p_Data = p_BmPool->bufferPoolInfo.f_GetBuf(p_BmPool->bufferPoolInfo.h_BufferPool, &h_BufContext);

Completed in 214 milliseconds