Searched refs:h_BufContext (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c165 t_Handle h_BufContext; local
182 h_BufContext = BM_POOL_GetBufferContext(p_BmPool, p_Data);
184 p_BmPool->bufferPoolInfo.f_PutBuf(p_BmPool->bufferPoolInfo.h_BufferPool, p_Data, h_BufContext);
498 t_Handle h_BufContext; local
500 p_Data = p_BmPool->bufferPoolInfo.f_GetBuf(p_BmPool->bufferPoolInfo.h_BufferPool, &h_BufContext);
505 *(t_Handle *)(p_Data - sizeof(t_Handle)) = h_BufContext;
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c345 t_Handle h_BufContext; local
381 if ((p_Data = p_FmPort->im.rxPool.f_GetBuf(p_FmPort->im.rxPool.h_BufferPool, &h_BufContext)) == NULL)
384 p_FmPort->im.p_BdShadow[i] = h_BufContext;
675 t_Handle h_BufContext)
714 p_FmPort->im.p_BdShadow[p_FmPort->im.currBdId] = h_BufContext;
671 FM_PORT_ImTx( t_Handle h_FmPort, uint8_t *p_Data, uint16_t length, bool lastBuffer, t_Handle h_BufContext) argument
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h182 @Param[in] h_BufContext A handle of the user acossiated with this buffer
193 t_Handle h_BufContext);
205 @Param[in] h_BufContext A handle of the user acossiated with this buffer
210 t_Handle h_BufContext);
2141 @Param[in] h_BufContext A handle of the user acossiated with this buffer
2153 t_Handle h_BufContext);
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h331 @Param[in] h_BufContext - The user's private context associated with
338 t_Handle h_BufContext);
388 @Param[in] h_BufContext - The user's private context associated with
396 t_Handle h_BufContext,
409 @Param[in] h_BufContext - The user's private context associated with
423 t_Handle h_BufContext,

Completed in 125 milliseconds