Searched refs:stats_report (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 130 priv->stats_report_len = struct_size(priv->stats_report, stats, in gve_alloc_stats_report() 132 priv->stats_report = in gve_alloc_stats_report() 135 if (!priv->stats_report) in gve_alloc_stats_report() 145 if (!priv->stats_report) in gve_free_stats_report() 150 priv->stats_report, priv->stats_report_bus); in gve_free_stats_report() 151 priv->stats_report = NULL; in gve_free_stats_report() 1031 struct stats *stats = priv->stats_report->stats; in gve_handle_report_stats() 1039 be64_add_cpu(&priv->stats_report->written_count, 1); in gve_handle_report_stats()
|
H A D | gve_ethtool.c | 156 report_stats = priv->stats_report->stats; in gve_get_ethtool_stats() 502 memset(priv->stats_report->stats, 0, (tx_stats_num + rx_stats_num) * in gve_set_priv_flags()
|
H A D | gve.h | 252 struct gve_stats_report *stats_report; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 192 priv->stats_report_len = struct_size(priv->stats_report, stats, in gve_alloc_stats_report() 194 priv->stats_report = in gve_alloc_stats_report() 197 if (!priv->stats_report) in gve_alloc_stats_report() 207 if (!priv->stats_report) in gve_free_stats_report() 212 priv->stats_report, priv->stats_report_bus); in gve_free_stats_report() 213 priv->stats_report = NULL; in gve_free_stats_report() 1922 struct stats *stats = priv->stats_report->stats; in gve_handle_report_stats() 1930 be64_add_cpu(&priv->stats_report->written_count, 1); in gve_handle_report_stats()
|
H A D | gve_ethtool.c | 177 report_stats = priv->stats_report->stats; in gve_get_ethtool_stats() 576 memset(priv->stats_report->stats, 0, (tx_stats_num + rx_stats_num) * in gve_set_priv_flags()
|
H A D | gve.h | 710 struct gve_stats_report *stats_report; member
|
Completed in 10 milliseconds