Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c213 else if (p_FmPort->im.rxPool.f_PutBuf(p_FmPort->im.rxPool.h_BufferPool, in FmPortImRx()
246 …p_FmPort->im.rxPool.f_PutBuf = p_FmPortParams->specificParams.imRxTxParams.rxPoolParams.f_P… in FmPortConfigIM()
476 p_FmPort->im.rxPool.f_PutBuf(p_FmPort->im.rxPool.h_BufferPool, in FmPortImFree()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h372 t_PutBufFunction *f_PutBuf; /**< User callback to return a buffer */ member
/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()
210 p_BmPoolParam->bufferPoolInfo.f_PutBuf && in BM_POOL_Config()