Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c162 int stats_idx, base_stats_idx, max_stats_idx; in gve_get_ethtool_stats() local
250 base_stats_idx = GVE_TX_STATS_REPORT_NUM * num_tx_queues + in gve_get_ethtool_stats()
253 base_stats_idx; in gve_get_ethtool_stats()
256 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()
327 base_stats_idx = max_stats_idx; in gve_get_ethtool_stats()
332 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()