Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c232 max_stats_idx = NIC_RX_STATS_REPORT_NUM * priv->rx_cfg.num_queues + in gve_get_ethtool_stats()
237 stats_idx += NIC_RX_STATS_REPORT_NUM) { in gve_get_ethtool_stats()
275 i += NIC_RX_STATS_REPORT_NUM; in gve_get_ethtool_stats()
278 for (j = 0; j < NIC_RX_STATS_REPORT_NUM; j++) { in gve_get_ethtool_stats()
H A Dgve.h39 #define NIC_RX_STATS_REPORT_NUM 4 macro
H A Dgve_main.c128 rx_stats_num = (GVE_RX_STATS_REPORT_NUM + NIC_RX_STATS_REPORT_NUM) * in gve_alloc_stats_report()