Home
last modified time | relevance | path

Searched refs:h_BufContext (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h341 t_Handle h_BufContext);
399 t_Handle h_BufContext,
426 t_Handle h_BufContext,
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c165 t_Handle h_BufContext; in BmPoolFree() local
182 h_BufContext = BM_POOL_GetBufferContext(p_BmPool, p_Data); in BmPoolFree()
184 … p_BmPool->bufferPoolInfo.f_PutBuf(p_BmPool->bufferPoolInfo.h_BufferPool, p_Data, h_BufContext); in BmPoolFree()
498 t_Handle h_BufContext; in BM_POOL_FillBufs() local
500 … p_Data = p_BmPool->bufferPoolInfo.f_GetBuf(p_BmPool->bufferPoolInfo.h_BufferPool, &h_BufContext); in BM_POOL_FillBufs()
505 *(t_Handle *)(p_Data - sizeof(t_Handle)) = h_BufContext; in BM_POOL_FillBufs()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c306 t_Handle h_BufContext; in FmPortImInit() local
345 … ((p_Data = p_FmPort->im.rxPool.f_GetBuf(p_FmPort->im.rxPool.h_BufferPool, &h_BufContext)) == NULL) in FmPortImInit()
348 p_FmPort->im.p_BdShadow[i] = h_BufContext; in FmPortImInit()
639 t_Handle h_BufContext) in FM_PORT_ImTx() argument
678 p_FmPort->im.p_BdShadow[p_FmPort->im.currBdId] = h_BufContext; in FM_PORT_ImTx()
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h206 t_Handle h_BufContext);
223 t_Handle h_BufContext);
2561 t_Handle h_BufContext);