netvsc_ethtool_stats  946 drivers/net/hyperv/hyperv_net.h 	struct netvsc_ethtool_stats eth_stats;
netvsc_ethtool_stats 1337 drivers/net/hyperv/netvsc_drv.c 	{ "tx_scattered", offsetof(struct netvsc_ethtool_stats, tx_scattered) },
netvsc_ethtool_stats 1338 drivers/net/hyperv/netvsc_drv.c 	{ "tx_no_memory", offsetof(struct netvsc_ethtool_stats, tx_no_memory) },
netvsc_ethtool_stats 1339 drivers/net/hyperv/netvsc_drv.c 	{ "tx_no_space",  offsetof(struct netvsc_ethtool_stats, tx_no_space) },
netvsc_ethtool_stats 1340 drivers/net/hyperv/netvsc_drv.c 	{ "tx_too_big",	  offsetof(struct netvsc_ethtool_stats, tx_too_big) },
netvsc_ethtool_stats 1341 drivers/net/hyperv/netvsc_drv.c 	{ "tx_busy",	  offsetof(struct netvsc_ethtool_stats, tx_busy) },
netvsc_ethtool_stats 1342 drivers/net/hyperv/netvsc_drv.c 	{ "tx_send_full", offsetof(struct netvsc_ethtool_stats, tx_send_full) },
netvsc_ethtool_stats 1343 drivers/net/hyperv/netvsc_drv.c 	{ "rx_comp_busy", offsetof(struct netvsc_ethtool_stats, rx_comp_busy) },
netvsc_ethtool_stats 1344 drivers/net/hyperv/netvsc_drv.c 	{ "rx_no_memory", offsetof(struct netvsc_ethtool_stats, rx_no_memory) },
netvsc_ethtool_stats 1345 drivers/net/hyperv/netvsc_drv.c 	{ "stop_queue", offsetof(struct netvsc_ethtool_stats, stop_queue) },
netvsc_ethtool_stats 1346 drivers/net/hyperv/netvsc_drv.c 	{ "wake_queue", offsetof(struct netvsc_ethtool_stats, wake_queue) },