Searched refs:netvsc_ethtool_stats (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/hyperv/ |
D | netvsc_drv.c | 1337 { "tx_scattered", offsetof(struct netvsc_ethtool_stats, tx_scattered) }, 1338 { "tx_no_memory", offsetof(struct netvsc_ethtool_stats, tx_no_memory) }, 1339 { "tx_no_space", offsetof(struct netvsc_ethtool_stats, tx_no_space) }, 1340 { "tx_too_big", offsetof(struct netvsc_ethtool_stats, tx_too_big) }, 1341 { "tx_busy", offsetof(struct netvsc_ethtool_stats, tx_busy) }, 1342 { "tx_send_full", offsetof(struct netvsc_ethtool_stats, tx_send_full) }, 1343 { "rx_comp_busy", offsetof(struct netvsc_ethtool_stats, rx_comp_busy) }, 1344 { "rx_no_memory", offsetof(struct netvsc_ethtool_stats, rx_no_memory) }, 1345 { "stop_queue", offsetof(struct netvsc_ethtool_stats, stop_queue) }, 1346 { "wake_queue", offsetof(struct netvsc_ethtool_stats, wake_queue) },
|
D | hyperv_net.h | 872 struct netvsc_ethtool_stats { struct 945 struct netvsc_ethtool_stats eth_stats;
|