Lines Matching refs:netvsc_ethtool_stats
1476 { "tx_scattered", offsetof(struct netvsc_ethtool_stats, tx_scattered) },
1477 { "tx_no_memory", offsetof(struct netvsc_ethtool_stats, tx_no_memory) },
1478 { "tx_no_space", offsetof(struct netvsc_ethtool_stats, tx_no_space) },
1479 { "tx_too_big", offsetof(struct netvsc_ethtool_stats, tx_too_big) },
1480 { "tx_busy", offsetof(struct netvsc_ethtool_stats, tx_busy) },
1481 { "tx_send_full", offsetof(struct netvsc_ethtool_stats, tx_send_full) },
1482 { "rx_comp_busy", offsetof(struct netvsc_ethtool_stats, rx_comp_busy) },
1483 { "rx_no_memory", offsetof(struct netvsc_ethtool_stats, rx_no_memory) },
1484 { "stop_queue", offsetof(struct netvsc_ethtool_stats, stop_queue) },
1485 { "wake_queue", offsetof(struct netvsc_ethtool_stats, wake_queue) },
1486 { "vlan_error", offsetof(struct netvsc_ethtool_stats, vlan_error) },