Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c1195 for (pool_id = 0; pool_id < pfvf->hw.pool_cnt; pool_id++) { in otx2_aura_pool_free()
1463 if (!hw->pool_cnt) in otx2_config_npa()
1466 qset->pool = devm_kcalloc(pfvf->dev, hw->pool_cnt, in otx2_config_npa()
1477 npalf->nr_pools = hw->pool_cnt; in otx2_config_npa()
1478 aura_cnt = ilog2(roundup_pow_of_two(hw->pool_cnt)); in otx2_config_npa()
Dotx2_common.h191 u16 pool_cnt; member
Dotx2_pf.c1437 hw->pool_cnt = hw->rqpool_cnt + hw->sqpool_cnt; in otx2_init_hw_resources()