Lines Matching refs:rx_queues
85 int start_qidx = qset * pfvf->hw.rx_queues; in otx2_get_qset_strings()
88 for (qidx = 0; qidx < pfvf->hw.rx_queues; qidx++) { in otx2_get_qset_strings()
157 for (qidx = 0; qidx < pfvf->hw.rx_queues; qidx++) { in otx2_get_qset_stats()
263 (pfvf->hw.rx_queues + otx2_get_total_tx_queues(pfvf)); in otx2_get_sset_count()
281 channel->rx_count = pfvf->hw.rx_queues; in otx2_get_channels()
296 if (bitmap_weight(&pfvf->rq_bmap, pfvf->hw.rx_queues) > 1) { in otx2_set_channels()
313 pfvf->hw.rx_queues = channel->rx_count; in otx2_set_channels()
322 pfvf->hw.tx_queues, pfvf->hw.rx_queues); in otx2_set_channels()
739 nfc->data = pfvf->hw.rx_queues; in otx2_get_rxnfc()
898 int idx, rx_queues; in otx2_get_rxfh() local
910 rx_queues = pfvf->hw.rx_queues; in otx2_get_rxfh()
912 indir[idx] = ethtool_rxfh_indir_default(idx, rx_queues); in otx2_get_rxfh()
1412 (vf->hw.rx_queues + otx2_get_total_tx_queues(vf)); in otx2vf_get_sset_count()