Searched refs:netvsc_ethtool_stats (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/hyperv/ |
D | netvsc_drv.c | 1267 { "tx_scattered", offsetof(struct netvsc_ethtool_stats, tx_scattered) }, 1268 { "tx_no_memory", offsetof(struct netvsc_ethtool_stats, tx_no_memory) }, 1269 { "tx_no_space", offsetof(struct netvsc_ethtool_stats, tx_no_space) }, 1270 { "tx_too_big", offsetof(struct netvsc_ethtool_stats, tx_too_big) }, 1271 { "tx_busy", offsetof(struct netvsc_ethtool_stats, tx_busy) }, 1272 { "tx_send_full", offsetof(struct netvsc_ethtool_stats, tx_send_full) }, 1273 { "rx_comp_busy", offsetof(struct netvsc_ethtool_stats, rx_comp_busy) }, 1274 { "rx_no_memory", offsetof(struct netvsc_ethtool_stats, rx_no_memory) }, 1275 { "stop_queue", offsetof(struct netvsc_ethtool_stats, stop_queue) }, 1276 { "wake_queue", offsetof(struct netvsc_ethtool_stats, wake_queue) },
|
D | hyperv_net.h | 863 struct netvsc_ethtool_stats { struct 936 struct netvsc_ethtool_stats eth_stats;
|