Lines Matching refs:netvsc_vf_pcpu_stats
500 struct netvsc_vf_pcpu_stats *pcpu_stats in netvsc_vf_xmit()
1093 struct netvsc_vf_pcpu_stats *tot) in netvsc_get_vf_stats()
1101 const struct netvsc_vf_pcpu_stats *stats in netvsc_get_vf_stats()
1131 const struct netvsc_vf_pcpu_stats *stats = in netvsc_get_pcpu_stats()
1185 struct netvsc_vf_pcpu_stats vf_tot; in netvsc_get_stats64()
1295 { "vf_rx_packets", offsetof(struct netvsc_vf_pcpu_stats, rx_packets) },
1296 { "vf_rx_bytes", offsetof(struct netvsc_vf_pcpu_stats, rx_bytes) },
1297 { "vf_tx_packets", offsetof(struct netvsc_vf_pcpu_stats, tx_packets) },
1298 { "vf_tx_bytes", offsetof(struct netvsc_vf_pcpu_stats, tx_bytes) },
1299 { "vf_tx_dropped", offsetof(struct netvsc_vf_pcpu_stats, tx_dropped) },
1337 struct netvsc_vf_pcpu_stats sum; in netvsc_get_ethtool_stats()
1922 struct netvsc_vf_pcpu_stats *pcpu_stats in netvsc_vf_handle_frame()
2183 = netdev_alloc_pcpu_stats(struct netvsc_vf_pcpu_stats); in netvsc_probe()