Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c244 sq_idx = hw->non_qos_queues + qidx; in otx2_qos_enable_sq()
288 sq_idx = hw->non_qos_queues + qidx; in otx2_qos_disable_sq()
298 if (sq_idx < hw->non_qos_queues || in otx2_qos_disable_sq()
H A Dotx2_common.h202 u16 non_qos_queues; /* tx queues plus xdp queues */ member
963 if (qidx >= pfvf->hw.non_qos_queues) { in otx2_get_smq_idx()
964 smq = pfvf->qos.qid_to_sqmap[qidx - pfvf->hw.non_qos_queues]; in otx2_get_smq_idx()
975 return pfvf->hw.non_qos_queues + pfvf->hw.tc_tx_queues; in otx2_get_total_tx_queues()
H A Dotx2_common.c103 if (qidx >= pfvf->hw.non_qos_queues) { in otx2_update_sq_stats()
104 if (!test_bit(qidx - pfvf->hw.non_qos_queues, pfvf->qos.qos_sq_bmap)) in otx2_update_sq_stats()
1185 for (qidx = 0; qidx < pfvf->hw.non_qos_queues; qidx++) { in otx2_config_nix_queues()
1548 for (qidx = 0; qidx < hw->non_qos_queues; qidx++) { in otx2_sq_aura_pool_init()
1568 for (qidx = 0; qidx < hw->non_qos_queues; qidx++) { in otx2_sq_aura_pool_init()
H A Dotx2_vf.c611 hw->non_qos_queues = qcount; in otx2vf_probe()
H A Dotx2_pf.c1933 pf->hw.non_qos_queues = pf->hw.tx_queues + pf->hw.xdp_queues; in otx2_alloc_queue_mem()
2012 pf->hw.non_qos_queues) : in otx2_open()
3181 hw->non_qos_queues = qcount; in otx2_probe()