Searched refs:h_BmPool (Results 1 – 2 of 2) sorted by relevance
460 t_Error BM_POOL_Init(t_Handle h_BmPool);473 t_Error BM_POOL_Free(t_Handle h_BmPool);487 t_Error BM_POOL_ConfigBpid(t_Handle h_BmPool, uint8_t bpid);506 t_Error BM_POOL_ConfigDepletion(t_Handle h_BmPool,539 t_Error BM_POOL_ConfigBuffContextMode(t_Handle h_BmPool, bool en);570 uint8_t BM_POOL_GetId(t_Handle h_BmPool);581 uint16_t BM_POOL_GetBufferSize(t_Handle h_BmPool);594 t_Handle BM_POOL_GetBufferContext(t_Handle h_BmPool, void *p_Buff);606 uint32_t BM_POOL_GetCounter(t_Handle h_BmPool, e_BmPoolCounters counter);630 void * BM_POOL_GetBuf(t_Handle h_BmPool, t_Handle h_BmPortal);[all …]
261 t_Error BM_POOL_Init(t_Handle h_BmPool) in BM_POOL_Init() argument263 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_Init()327 t_Error BM_POOL_Free(t_Handle h_BmPool) in BM_POOL_Free() argument329 SANITY_CHECK_RETURN_ERROR(h_BmPool, E_INVALID_HANDLE); in BM_POOL_Free()331 return BmPoolFree(h_BmPool, FALSE); in BM_POOL_Free()336 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_ConfigBpid()351 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_ConfigDepletion()368 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_ConfigStockpile()477 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_FillBufs()514 uint8_t BM_POOL_GetId(t_Handle h_BmPool) in BM_POOL_GetId() argument[all …]