Home
last modified time | relevance | path

Searched refs:non_qos_queues (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos_sq.c243 sq_idx = hw->non_qos_queues + qidx; in otx2_qos_enable_sq()
267 sq_idx = hw->non_qos_queues + qidx; in otx2_qos_disable_sq()
277 if (sq_idx < hw->non_qos_queues || in otx2_qos_disable_sq()
Dotx2_common.h210 u16 non_qos_queues; /* tx queues plus xdp queues */ member
921 if (qidx >= pfvf->hw.non_qos_queues) in otx2_get_smq_idx()
922 smq = pfvf->qos.qid_to_sqmap[qidx - pfvf->hw.non_qos_queues]; in otx2_get_smq_idx()
931 return pfvf->hw.non_qos_queues + pfvf->hw.tc_tx_queues; in otx2_get_total_tx_queues()
Dotx2_common.c94 if (qidx >= pfvf->hw.non_qos_queues) { in otx2_update_sq_stats()
95 if (!test_bit(qidx - pfvf->hw.non_qos_queues, pfvf->qos.qos_sq_bmap)) in otx2_update_sq_stats()
1108 for (qidx = 0; qidx < pfvf->hw.non_qos_queues; qidx++) { in otx2_config_nix_queues()
1448 for (qidx = 0; qidx < hw->non_qos_queues; qidx++) { in otx2_sq_aura_pool_init()
1468 for (qidx = 0; qidx < hw->non_qos_queues; qidx++) { in otx2_sq_aura_pool_init()
Dotx2_ethtool.c98 if (qidx >= pfvf->hw.non_qos_queues) in otx2_get_qset_strings()
100 qidx + start_qidx - pfvf->hw.non_qos_queues, in otx2_get_qset_strings()
Dotx2_vf.c585 hw->non_qos_queues = qcount; in otx2vf_probe()
Dotx2_pf.c1786 pf->hw.non_qos_queues = pf->hw.tx_queues + pf->hw.xdp_queues; in otx2_open()
1844 pf->hw.non_qos_queues) : in otx2_open()
2927 hw->non_qos_queues = qcount; in otx2_probe()