Searched refs:netvsc_stats (Results 1 – 3 of 3) sorted by relevance
829 struct netvsc_stats *rx_stats; in netvsc_recv_callback()1217 const struct netvsc_stats *stats; in netvsc_get_pcpu_stats()1270 const struct netvsc_stats *stats; in netvsc_get_stats64()1336 } netvsc_stats[] = { variable1372 #define NETVSC_GLOBAL_STATS_LEN ARRAY_SIZE(netvsc_stats)1406 const struct netvsc_stats *qstats; in netvsc_get_ethtool_stats()1417 data[i] = *(unsigned long *)(nds + netvsc_stats[i].offset); in netvsc_get_ethtool_stats()1470 for (i = 0; i < ARRAY_SIZE(netvsc_stats); i++) { in netvsc_get_strings()1471 memcpy(p, netvsc_stats[i].name, ETH_GSTRING_LEN); in netvsc_get_strings()
864 struct netvsc_stats { struct969 struct netvsc_stats tx_stats;970 struct netvsc_stats rx_stats;
687 struct netvsc_stats *tx_stats; in netvsc_send_tx_complete()