Lines Matching refs:h_BmPool

261 t_Error BM_POOL_Init(t_Handle h_BmPool)
263 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
327 t_Error BM_POOL_Free(t_Handle h_BmPool)
329 SANITY_CHECK_RETURN_ERROR(h_BmPool, E_INVALID_HANDLE);
331 return BmPoolFree(h_BmPool, FALSE);
334 t_Error BM_POOL_ConfigBpid(t_Handle h_BmPool, uint8_t bpid)
336 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
349 t_Error BM_POOL_ConfigDepletion(t_Handle h_BmPool, t_BmDepletionCallback *f_Depletion, uint32_t *p_Thresholds)
351 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
366 t_Error BM_POOL_ConfigStockpile(t_Handle h_BmPool, uint16_t maxBuffers, uint16_t minBuffers)
368 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
390 t_Error BM_POOL_ConfigBuffContextMode(t_Handle h_BmPool, bool en)
392 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
402 void * BM_POOL_GetBuf(t_Handle h_BmPool, t_Handle h_BmPortal)
404 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
441 t_Error BM_POOL_PutBuf(t_Handle h_BmPool, t_Handle h_BmPortal, void *p_Buff)
443 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
475 t_Error BM_POOL_FillBufs(t_Handle h_BmPool, t_Handle h_BmPortal, uint32_t numBufs)
477 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
514 uint8_t BM_POOL_GetId(t_Handle h_BmPool)
516 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
524 uint16_t BM_POOL_GetBufferSize(t_Handle h_BmPool)
526 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
534 t_Handle BM_POOL_GetBufferContext(t_Handle h_BmPool, void *p_Buff)
536 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
548 void * BM_POOL_PhysToVirt(t_Handle h_BmPool, physAddress_t addr)
550 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
558 physAddress_t BM_POOL_VirtToPhys(t_Handle h_BmPool, void *p_Buff)
560 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
568 uint32_t BM_POOL_GetCounter(t_Handle h_BmPool, e_BmPoolCounters counter)
570 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;