Searched refs:netvsc_ethtool_stats (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 1439 { "tx_scattered", offsetof(struct netvsc_ethtool_stats, tx_scattered) }, 1440 { "tx_no_memory", offsetof(struct netvsc_ethtool_stats, tx_no_memory) }, 1441 { "tx_no_space", offsetof(struct netvsc_ethtool_stats, tx_no_space) }, 1442 { "tx_too_big", offsetof(struct netvsc_ethtool_stats, tx_too_big) }, 1443 { "tx_busy", offsetof(struct netvsc_ethtool_stats, tx_busy) }, 1444 { "tx_send_full", offsetof(struct netvsc_ethtool_stats, tx_send_full) }, 1445 { "rx_comp_busy", offsetof(struct netvsc_ethtool_stats, rx_comp_busy) }, 1446 { "rx_no_memory", offsetof(struct netvsc_ethtool_stats, rx_no_memory) }, 1447 { "stop_queue", offsetof(struct netvsc_ethtool_stats, stop_queue) }, 1448 { "wake_queue", offsetof(struct netvsc_ethtool_stats, wake_queue) }, [all …]
|