Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/google/gve/
Dgve_ethtool.c274 base_stats_idx += NIC_RX_STATS_REPORT_NUM * num_stopped_rxqs + in gve_get_ethtool_stats()
276 max_stats_idx = NIC_RX_STATS_REPORT_NUM * in gve_get_ethtool_stats()
282 stats_idx += NIC_RX_STATS_REPORT_NUM) { in gve_get_ethtool_stats()
332 i += NIC_RX_STATS_REPORT_NUM; in gve_get_ethtool_stats()
334 for (j = 0; j < NIC_RX_STATS_REPORT_NUM; j++) { in gve_get_ethtool_stats()
Dgve.h44 #define NIC_RX_STATS_REPORT_NUM 4 macro
Dgve_main.c248 rx_stats_num = (GVE_RX_STATS_REPORT_NUM + NIC_RX_STATS_REPORT_NUM) * in gve_alloc_stats_report()