Searched refs:spMaxBufs (Results 1 – 2 of 2) sorted by relevance
108 if ((p_BmPool->spFill + num) <= p_BmPool->spMaxBufs) in BmPoolRelease()303 … p_BmPool->sp = (struct bm_buffer *)XX_Malloc(sizeof(struct bm_buffer) * p_BmPool->spMaxBufs); in BM_POOL_Init()309 memset(p_BmPool->sp, 0, sizeof(struct bm_buffer) * p_BmPool->spMaxBufs); in BM_POOL_Init()379 p_BmPool->spMaxBufs = maxBuffers; in BM_POOL_ConfigStockpile()383 SANITY_CHECK_RETURN_ERROR((p_BmPool->spMaxBufs >= in BM_POOL_ConfigStockpile()
243 uint16_t spMaxBufs; member