Home
last modified time | relevance | path

Searched refs:base_stats_idx (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/google/gve/
Dgve_ethtool.c148 int stats_idx, base_stats_idx, max_stats_idx; in gve_get_ethtool_stats() local
234 base_stats_idx = GVE_TX_STATS_REPORT_NUM * priv->tx_cfg.num_queues + in gve_get_ethtool_stats()
237 base_stats_idx; in gve_get_ethtool_stats()
240 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()
298 base_stats_idx = max_stats_idx; in gve_get_ethtool_stats()
303 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()