Searched refs:h_BmPool (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h456 @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_
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c261 t_Error BM_POOL_Init(t_Handle h_BmPool) argument
263 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
327 t_Error BM_POOL_Free(t_Handle h_BmPool) argument
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) argument
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) argument
351 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool;
366 t_Error BM_POOL_ConfigStockpile(t_Handle h_BmPool, uint16_ argument
390 BM_POOL_ConfigBuffContextMode(t_Handle h_BmPool, bool en) argument
402 BM_POOL_GetBuf(t_Handle h_BmPool, t_Handle h_BmPortal) argument
441 BM_POOL_PutBuf(t_Handle h_BmPool, t_Handle h_BmPortal, void *p_Buff) argument
475 BM_POOL_FillBufs(t_Handle h_BmPool, t_Handle h_BmPortal, uint32_t numBufs) argument
514 BM_POOL_GetId(t_Handle h_BmPool) argument
524 BM_POOL_GetBufferSize(t_Handle h_BmPool) argument
534 BM_POOL_GetBufferContext(t_Handle h_BmPool, void *p_Buff) argument
548 BM_POOL_PhysToVirt(t_Handle h_BmPool, physAddress_t addr) argument
558 BM_POOL_VirtToPhys(t_Handle h_BmPool, void *p_Buff) argument
568 BM_POOL_GetCounter(t_Handle h_BmPool, e_BmPoolCounters counter) argument
[all...]

Completed in 74 milliseconds