Searched refs:netvsc_ethtool_stats (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/hyperv/ |
| A D | netvsc_drv.c | 1406 { "tx_scattered", offsetof(struct netvsc_ethtool_stats, tx_scattered) }, 1407 { "tx_no_memory", offsetof(struct netvsc_ethtool_stats, tx_no_memory) }, 1408 { "tx_no_space", offsetof(struct netvsc_ethtool_stats, tx_no_space) }, 1409 { "tx_too_big", offsetof(struct netvsc_ethtool_stats, tx_too_big) }, 1410 { "tx_busy", offsetof(struct netvsc_ethtool_stats, tx_busy) }, 1411 { "tx_send_full", offsetof(struct netvsc_ethtool_stats, tx_send_full) }, 1412 { "rx_comp_busy", offsetof(struct netvsc_ethtool_stats, rx_comp_busy) }, 1413 { "rx_no_memory", offsetof(struct netvsc_ethtool_stats, rx_no_memory) }, 1414 { "stop_queue", offsetof(struct netvsc_ethtool_stats, stop_queue) }, 1415 { "wake_queue", offsetof(struct netvsc_ethtool_stats, wake_queue) }, [all …]
|
| A D | hyperv_net.h | 980 struct netvsc_ethtool_stats { struct 1058 struct netvsc_ethtool_stats eth_stats;
|
Completed in 17 milliseconds