Lines Matching refs:num_tx_queues
96 int num_tx_queues; in gve_get_strings() local
99 num_tx_queues = gve_num_tx_queues(priv); in gve_get_strings()
110 for (i = 0; i < num_tx_queues; i++) in gve_get_strings()
133 int num_tx_queues; in gve_get_sset_count() local
135 num_tx_queues = gve_num_tx_queues(priv); in gve_get_sset_count()
140 (num_tx_queues * NUM_GVE_TX_CNTS); in gve_get_sset_count()
168 int num_tx_queues; in gve_get_ethtool_stats() local
175 num_tx_queues = gve_num_tx_queues(priv); in gve_get_ethtool_stats()
186 tx_qid_to_stats_idx = kmalloc_array(num_tx_queues, in gve_get_ethtool_stats()
192 for (ring = 0; ring < num_tx_queues; ring++) { in gve_get_ethtool_stats()
230 ring < num_tx_queues; ring++) { in gve_get_ethtool_stats()
269 base_stats_idx = GVE_TX_STATS_REPORT_NUM * num_tx_queues + in gve_get_ethtool_stats()
360 (num_tx_queues - num_stopped_txqs) + in gve_get_ethtool_stats()
374 if (queue_id < 0 || queue_id >= num_tx_queues) { in gve_get_ethtool_stats()
382 for (ring = 0; ring < num_tx_queues; ring++) { in gve_get_ethtool_stats()
433 i += num_tx_queues * NUM_GVE_TX_CNTS; in gve_get_ethtool_stats()
675 int num_tx_queues; in gve_set_priv_flags() local
677 num_tx_queues = gve_num_tx_queues(priv); in gve_set_priv_flags()
697 num_tx_queues; in gve_set_priv_flags()