Searched refs:netvsc_stats (Results 1 – 3 of 3) sorted by relevance
804 struct netvsc_stats *rx_stats; in netvsc_recv_callback()1152 const struct netvsc_stats *stats; in netvsc_get_pcpu_stats()1202 const struct netvsc_stats *stats; in netvsc_get_stats64()1266 } netvsc_stats[] = { variable1302 #define NETVSC_GLOBAL_STATS_LEN ARRAY_SIZE(netvsc_stats)1336 const struct netvsc_stats *qstats; in netvsc_get_ethtool_stats()1347 data[i] = *(unsigned long *)(nds + netvsc_stats[i].offset); in netvsc_get_ethtool_stats()1400 for (i = 0; i < ARRAY_SIZE(netvsc_stats); i++) { in netvsc_get_strings()1401 memcpy(p, netvsc_stats[i].name, ETH_GSTRING_LEN); in netvsc_get_strings()
855 struct netvsc_stats { struct959 struct netvsc_stats tx_stats;960 struct netvsc_stats rx_stats;
694 struct netvsc_stats *tx_stats; in netvsc_send_tx_complete()