Searched refs:netvsc_ethtool_stats (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/hyperv/ |
| D | netvsc_drv.c | 1475 { "tx_scattered", offsetof(struct netvsc_ethtool_stats, tx_scattered) }, 1476 { "tx_no_memory", offsetof(struct netvsc_ethtool_stats, tx_no_memory) }, 1477 { "tx_no_space", offsetof(struct netvsc_ethtool_stats, tx_no_space) }, 1478 { "tx_too_big", offsetof(struct netvsc_ethtool_stats, tx_too_big) }, 1479 { "tx_busy", offsetof(struct netvsc_ethtool_stats, tx_busy) }, 1480 { "tx_send_full", offsetof(struct netvsc_ethtool_stats, tx_send_full) }, 1481 { "rx_comp_busy", offsetof(struct netvsc_ethtool_stats, rx_comp_busy) }, 1482 { "rx_no_memory", offsetof(struct netvsc_ethtool_stats, rx_no_memory) }, 1483 { "stop_queue", offsetof(struct netvsc_ethtool_stats, stop_queue) }, 1484 { "wake_queue", offsetof(struct netvsc_ethtool_stats, wake_queue) }, [all …]
|
| D | hyperv_net.h | 953 struct netvsc_ethtool_stats { struct 1029 struct netvsc_ethtool_stats eth_stats;
|