Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c143 int stats_idx, base_stats_idx, max_stats_idx; in gve_get_ethtool_stats() local
230 base_stats_idx = GVE_TX_STATS_REPORT_NUM * priv->tx_cfg.num_queues + in gve_get_ethtool_stats()
233 base_stats_idx; in gve_get_ethtool_stats()
236 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()
290 base_stats_idx = max_stats_idx; in gve_get_ethtool_stats()
295 for (stats_idx = base_stats_idx; stats_idx < max_stats_idx; in gve_get_ethtool_stats()