Lines Matching refs:h_BmPool

456  @Param[in]     h_BmPool - A handle to a BM-Pool module
460 t_Error BM_POOL_Init(t_Handle h_BmPool);
469 @Param[in] h_BmPool - BM Pool module descriptor
473 t_Error BM_POOL_Free(t_Handle h_BmPool);
480 @Param[in] h_BmPool - A handle to a BM-Pool module
487 t_Error BM_POOL_ConfigBpid(t_Handle h_BmPool, uint8_t bpid);
494 @Param[in] h_BmPool - A handle to a BM-Pool module
506 t_Error BM_POOL_ConfigDepletion(t_Handle h_BmPool,
515 @Param[in] h_BmPool - A handle to a BM-Pool module
525 t_Error BM_POOL_ConfigStockpile(t_Handle h_BmPool, uint16_t maxBuffers, uint16_t minBuffers);
532 @Param[in] h_BmPool - A handle to a BM-Pool module
539 t_Error BM_POOL_ConfigBuffContextMode(t_Handle h_BmPool, bool en);
566 @Param[in] h_BmPool - A handle to a BM-pool
570 uint8_t BM_POOL_GetId(t_Handle h_BmPool);
577 @Param[in] h_BmPool - A handle to a BM-pool
581 uint16_t BM_POOL_GetBufferSize(t_Handle h_BmPool);
589 @Param[in] h_BmPool - A handle to a BM-pool
594 t_Handle BM_POOL_GetBufferContext(t_Handle h_BmPool, void *p_Buff);
601 @Param[in] h_BmPool - A handle to a BM-pool
606 void * BM_POOL_PhysToVirt(t_Handle h_BmPool, physAddress_t addr);
613 @Param[in] h_BmPool - A handle to a BM-pool
618 physAddress_t BM_POOL_VirtToPhys(t_Handle h_BmPool, void *addr);
625 @Param[in] h_BmPool - A handle to a BM-pool
630 uint32_t BM_POOL_GetCounter(t_Handle h_BmPool, e_BmPoolCounters counter);
648 @Param[in] h_BmPool - A handle to a BM-pool
654 void * BM_POOL_GetBuf(t_Handle h_BmPool, t_Handle h_BmPortal);
661 @Param[in] h_BmPool - A handle to a BM-pool
668 t_Error BM_POOL_PutBuf(t_Handle h_BmPool, t_Handle h_BmPortal, void *p_Buff);
675 @Param[in] h_BmPool - A handle to a BM-pool
682 t_Error BM_POOL_FillBufs(t_Handle h_BmPool, t_Handle h_BmPortal, uint32_t numBufs);