Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
A Dgve_ethtool.c146 int stats_idx, base_stats_idx, max_stats_idx; in gve_get_ethtool_stats() local
233 base_stats_idx = GVE_TX_STATS_REPORT_NUM * priv->tx_cfg.num_queues + in gve_get_ethtool_stats()
236 base_stats_idx; in gve_get_ethtool_stats()
239 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()
296 base_stats_idx = max_stats_idx; in gve_get_ethtool_stats()
301 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()

Completed in 6 milliseconds