Searched refs:netvsc_ethtool_stats (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/hyperv/ |
D | netvsc_drv.c | 1434 { "tx_scattered", offsetof(struct netvsc_ethtool_stats, tx_scattered) }, 1435 { "tx_no_memory", offsetof(struct netvsc_ethtool_stats, tx_no_memory) }, 1436 { "tx_no_space", offsetof(struct netvsc_ethtool_stats, tx_no_space) }, 1437 { "tx_too_big", offsetof(struct netvsc_ethtool_stats, tx_too_big) }, 1438 { "tx_busy", offsetof(struct netvsc_ethtool_stats, tx_busy) }, 1439 { "tx_send_full", offsetof(struct netvsc_ethtool_stats, tx_send_full) }, 1440 { "rx_comp_busy", offsetof(struct netvsc_ethtool_stats, rx_comp_busy) }, 1441 { "rx_no_memory", offsetof(struct netvsc_ethtool_stats, rx_no_memory) }, 1442 { "stop_queue", offsetof(struct netvsc_ethtool_stats, stop_queue) }, 1443 { "wake_queue", offsetof(struct netvsc_ethtool_stats, wake_queue) }, [all …]
|
D | hyperv_net.h | 967 struct netvsc_ethtool_stats { struct 1043 struct netvsc_ethtool_stats eth_stats;
|