Lines Matching refs:num_txq
189 u16 num_txq, num_rxq; in idpf_get_channels() local
194 num_txq = vport_config->user_config.num_req_tx_qs; in idpf_get_channels()
197 combined = min(num_txq, num_rxq); in idpf_get_channels()
210 ch->tx_count = num_txq - combined; in idpf_get_channels()
228 u16 num_txq, num_rxq; in idpf_set_channels() local
244 num_txq = vport_config->user_config.num_req_tx_qs; in idpf_set_channels()
268 if (num_req_tx_q == num_txq && num_req_rx_q == num_rxq) in idpf_set_channels()
277 vport_config->user_config.num_req_tx_qs = num_txq; in idpf_set_channels()
830 for (j = 0; j < txq_grp->num_txq; j++) { in idpf_collect_queue_stats()
898 for (j = 0; j < txq_grp->num_txq; j++, total++) { in idpf_get_ethtool_stats()
1037 if (q_num >= vport->num_rxq && q_num >= vport->num_txq) { in idpf_get_q_coalesce()
1046 if (q_num < vport->num_txq) in idpf_get_q_coalesce()
1212 for (i = 0; i < vport->num_txq; i++) { in idpf_set_coalesce()