Home
last modified time | relevance | path

Searched refs:t_BmPool (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c213 p_BmPool = (t_BmPool*)XX_Malloc(sizeof(t_BmPool)); in BM_POOL_Config()
263 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_Init()
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()
392 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_ConfigBuffContextMode()
404 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_GetBuf()
443 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_PutBuf()
477 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_FillBufs()
516 t_BmPool *p_BmPool = (t_BmPool *)h_BmPool; in BM_POOL_GetId()
[all …]
H A Dbm.h248 } t_BmPool; typedef
282 t_BmPool *depletionPoolsTable[BM_MAX_NUM_OF_POOLS];
H A Dbm_portal.c200 t_BmPool *p_BmPool; in __poll_portal_slow()