Symbol: otx2_get_total_tx_queues
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
1234
nixlf->sq_cnt = otx2_get_total_tx_queues(pfvf);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
1272
for (qidx = 0; qidx < otx2_get_total_tx_queues(pfvf); qidx++) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
860
for (qidx = 0; qidx < otx2_get_total_tx_queues(pfvf); qidx++) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c
1435
(vf->hw.rx_queues + otx2_get_total_tx_queues(vf));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c
156
for (qidx = 0; qidx < otx2_get_total_tx_queues(pfvf); qidx++) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c
251
(pfvf->hw.rx_queues + otx2_get_total_tx_queues(pfvf));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c
96
for (qidx = 0; qidx < otx2_get_total_tx_queues(pfvf); qidx++)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1428
for (qidx = 0; qidx < otx2_get_total_tx_queues(pf); qidx++) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1572
for (qidx = 0; qidx < otx2_get_total_tx_queues(pf); qidx++) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1627
hw->sqpool_cnt = otx2_get_total_tx_queues(pf);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1937
pf->qset.cq_cnt = pf->hw.rx_queues + otx2_get_total_tx_queues(pf);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1953
otx2_get_total_tx_queues(pf));
drivers/net/ethernet/marvell/octeontx2/nic/qos_sq.c
299
sq_idx >= otx2_get_total_tx_queues(pfvf)) {