Searched refs:p_BmPoolDriverParams (Results 1 – 2 of 2) sorted by relevance
222 if (!p_BmPool->p_BmPoolDriverParams) in BM_POOL_Config()248 p_BmPool->p_BmPoolDriverParams->dynamicBpid = DEFAULT_dynamicBpid; in BM_POOL_Config()249 p_BmPool->p_BmPoolDriverParams->useDepletion = DEFAULT_useDepletion; in BM_POOL_Config()250 p_BmPool->p_BmPoolDriverParams->useStockpile = DEFAULT_useStockpile; in BM_POOL_Config()312 XX_Free(p_BmPool->p_BmPoolDriverParams); in BM_POOL_Init()313 p_BmPool->p_BmPoolDriverParams = NULL; in BM_POOL_Init()342 p_BmPool->p_BmPoolDriverParams->dynamicBpid = FALSE; in BM_POOL_ConfigBpid()357 p_BmPool->p_BmPoolDriverParams->useDepletion = TRUE; in BM_POOL_ConfigDepletion()359 memcpy(&p_BmPool->p_BmPoolDriverParams->depletionThresholds, in BM_POOL_ConfigDepletion()361 sizeof(p_BmPool->p_BmPoolDriverParams->depletionThresholds)); in BM_POOL_ConfigDepletion()[all …]
247 t_BmPoolDriverParams *p_BmPoolDriverParams; member