Lines Matching refs:num_queues
103 for (i = 0; i < priv->rx_cfg.num_queues; i++) { in gve_get_strings()
144 (priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS) + in gve_get_sset_count()
178 rx_qid_to_stats_idx = kmalloc_array(priv->rx_cfg.num_queues, in gve_get_ethtool_stats()
190 ring < priv->rx_cfg.num_queues; ring++) { in gve_get_ethtool_stats()
251 GVE_RX_STATS_REPORT_NUM * priv->rx_cfg.num_queues; in gve_get_ethtool_stats()
252 max_stats_idx = NIC_RX_STATS_REPORT_NUM * priv->rx_cfg.num_queues + in gve_get_ethtool_stats()
270 for (ring = 0; ring < priv->rx_cfg.num_queues; ring++) { in gve_get_ethtool_stats()
323 i += priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS; in gve_get_ethtool_stats()
431 cmd->rx_count = priv->rx_cfg.num_queues; in gve_get_channels()
432 cmd->tx_count = priv->tx_cfg.num_queues; in gve_get_channels()
463 priv->tx_cfg.num_queues = new_tx; in gve_set_channels()
464 priv->rx_cfg.num_queues = new_rx; in gve_set_channels()
468 new_tx_cfg.num_queues = new_tx; in gve_set_channels()
469 new_rx_cfg.num_queues = new_rx; in gve_set_channels()
576 priv->rx_cfg.num_queues; in gve_set_priv_flags()
636 for (idx = 0; idx < priv->tx_cfg.num_queues; idx++) { in gve_set_coalesce()
646 for (idx = 0; idx < priv->rx_cfg.num_queues; idx++) { in gve_set_coalesce()