Searched defs:h_BmPool (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/BM/ |
H A D | bm_pool.c | 261 t_Error BM_POOL_Init(t_Handle h_BmPool) in BM_POOL_Init() 327 t_Error BM_POOL_Free(t_Handle h_BmPool) in BM_POOL_Free() 334 t_Error BM_POOL_ConfigBpid(t_Handle h_BmPool, uint8_t bpid) in BM_POOL_ConfigBpid() 349 t_Error BM_POOL_ConfigDepletion(t_Handle h_BmPool, t_BmDepletionCallback *f_Depletion, uint32_t *p… in BM_POOL_ConfigDepletion() 366 t_Error BM_POOL_ConfigStockpile(t_Handle h_BmPool, uint16_t maxBuffers, uint16_t minBuffers) in BM_POOL_ConfigStockpile() 390 t_Error BM_POOL_ConfigBuffContextMode(t_Handle h_BmPool, bool en) in BM_POOL_ConfigBuffContextMode() 402 void * BM_POOL_GetBuf(t_Handle h_BmPool, t_Handle h_BmPortal) in BM_POOL_GetBuf() 441 t_Error BM_POOL_PutBuf(t_Handle h_BmPool, t_Handle h_BmPortal, void *p_Buff) in BM_POOL_PutBuf() 475 t_Error BM_POOL_FillBufs(t_Handle h_BmPool, t_Handle h_BmPortal, uint32_t numBufs) in BM_POOL_FillBufs() 514 uint8_t BM_POOL_GetId(t_Handle h_BmPool) in BM_POOL_GetId() [all …]
|