Home
last modified time | relevance | path

Searched refs:tot_tx_queues (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c765 for (qidx = 0; qidx < pfvf->hw.tot_tx_queues; qidx++) { in otx2_sqb_flush()
1051 for (qidx = 0; qidx < pfvf->hw.tot_tx_queues; qidx++) { in otx2_config_nix_queues()
1098 nixlf->sq_cnt = pfvf->hw.tot_tx_queues; in otx2_config_nix()
1136 for (qidx = 0; qidx < hw->tot_tx_queues; qidx++) { in otx2_sq_free_sqbs()
1352 for (qidx = 0; qidx < hw->tot_tx_queues; qidx++) { in otx2_sq_aura_pool_init()
1372 for (qidx = 0; qidx < hw->tot_tx_queues; qidx++) { in otx2_sq_aura_pool_init()
Dotx2_pf.c1260 for (qidx = 0; qidx < pf->hw.tot_tx_queues; qidx++) { in otx2_q_intr_handler()
1386 for (qidx = 0; qidx < pf->hw.tot_tx_queues; qidx++) { in otx2_free_sq_res()
1436 hw->sqpool_cnt = hw->tot_tx_queues; in otx2_init_hw_resources()
1691 pf->qset.cq_cnt = pf->hw.rx_queues + pf->hw.tot_tx_queues; in otx2_open()
1711 qset->sq = kcalloc(pf->hw.tot_tx_queues, in otx2_open()
2520 pf->hw.tot_tx_queues += pf->hw.xdp_queues; in otx2_xdp_setup()
2751 hw->tot_tx_queues = qcount; in otx2_probe()
Dotx2_vf.c573 hw->tot_tx_queues = qcount; in otx2vf_probe()
Dotx2_common.h189 u16 tot_tx_queues; member