netvsc_vf_pcpu_stats  950 drivers/net/hyperv/hyperv_net.h 	struct netvsc_vf_pcpu_stats __percpu *vf_stats;
netvsc_vf_pcpu_stats  508 drivers/net/hyperv/netvsc_drv.c 		struct netvsc_vf_pcpu_stats *pcpu_stats
netvsc_vf_pcpu_stats 1158 drivers/net/hyperv/netvsc_drv.c 				struct netvsc_vf_pcpu_stats *tot)
netvsc_vf_pcpu_stats 1166 drivers/net/hyperv/netvsc_drv.c 		const struct netvsc_vf_pcpu_stats *stats
netvsc_vf_pcpu_stats 1196 drivers/net/hyperv/netvsc_drv.c 		const struct netvsc_vf_pcpu_stats *stats =
netvsc_vf_pcpu_stats 1250 drivers/net/hyperv/netvsc_drv.c 	struct netvsc_vf_pcpu_stats vf_tot;
netvsc_vf_pcpu_stats 1365 drivers/net/hyperv/netvsc_drv.c 	{ "vf_rx_packets", offsetof(struct netvsc_vf_pcpu_stats, rx_packets) },
netvsc_vf_pcpu_stats 1366 drivers/net/hyperv/netvsc_drv.c 	{ "vf_rx_bytes",   offsetof(struct netvsc_vf_pcpu_stats, rx_bytes) },
netvsc_vf_pcpu_stats 1367 drivers/net/hyperv/netvsc_drv.c 	{ "vf_tx_packets", offsetof(struct netvsc_vf_pcpu_stats, tx_packets) },
netvsc_vf_pcpu_stats 1368 drivers/net/hyperv/netvsc_drv.c 	{ "vf_tx_bytes",   offsetof(struct netvsc_vf_pcpu_stats, tx_bytes) },
netvsc_vf_pcpu_stats 1369 drivers/net/hyperv/netvsc_drv.c 	{ "vf_tx_dropped", offsetof(struct netvsc_vf_pcpu_stats, tx_dropped) },
netvsc_vf_pcpu_stats 1407 drivers/net/hyperv/netvsc_drv.c 	struct netvsc_vf_pcpu_stats sum;
netvsc_vf_pcpu_stats 2016 drivers/net/hyperv/netvsc_drv.c 	struct netvsc_vf_pcpu_stats *pcpu_stats
netvsc_vf_pcpu_stats 2294 drivers/net/hyperv/netvsc_drv.c 		= netdev_alloc_pcpu_stats(struct netvsc_vf_pcpu_stats);