Lines Matching refs:rx_cfg
89 for (i = 0; i < priv->rx_cfg.num_queues; i++) { in gve_get_strings()
128 (priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS) + in gve_get_sset_count()
159 rx_qid_to_stats_idx = kmalloc_array(priv->rx_cfg.num_queues, in gve_get_ethtool_stats()
171 ring < priv->rx_cfg.num_queues; ring++) { in gve_get_ethtool_stats()
233 GVE_RX_STATS_REPORT_NUM * priv->rx_cfg.num_queues; in gve_get_ethtool_stats()
234 max_stats_idx = NIC_RX_STATS_REPORT_NUM * priv->rx_cfg.num_queues + in gve_get_ethtool_stats()
252 for (ring = 0; ring < priv->rx_cfg.num_queues; ring++) { in gve_get_ethtool_stats()
288 i += priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS; in gve_get_ethtool_stats()
377 cmd->max_rx = priv->rx_cfg.max_queues; in gve_get_channels()
381 cmd->rx_count = priv->rx_cfg.num_queues; in gve_get_channels()
392 struct gve_queue_config new_rx_cfg = priv->rx_cfg; in gve_set_channels()
408 priv->rx_cfg.num_queues = new_rx; in gve_set_channels()
516 priv->rx_cfg.num_queues; in gve_set_priv_flags()