diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/benet/be_ethtool.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/benet/be_ethtool.c b/drivers/net/benet/be_ethtool.c index cd16243c7c36..9bedb9ff6e12 100644 --- a/drivers/net/benet/be_ethtool.c +++ b/drivers/net/benet/be_ethtool.c | |||
@@ -90,6 +90,9 @@ static const struct be_ethtool_stat et_stats[] = { | |||
90 | {PORTSTAT_INFO(rx_non_rss_packets)}, | 90 | {PORTSTAT_INFO(rx_non_rss_packets)}, |
91 | {PORTSTAT_INFO(rx_ipv4_packets)}, | 91 | {PORTSTAT_INFO(rx_ipv4_packets)}, |
92 | {PORTSTAT_INFO(rx_ipv6_packets)}, | 92 | {PORTSTAT_INFO(rx_ipv6_packets)}, |
93 | {PORTSTAT_INFO(rx_switched_unicast_packets)}, | ||
94 | {PORTSTAT_INFO(rx_switched_multicast_packets)}, | ||
95 | {PORTSTAT_INFO(rx_switched_broadcast_packets)}, | ||
93 | {PORTSTAT_INFO(tx_unicastframes)}, | 96 | {PORTSTAT_INFO(tx_unicastframes)}, |
94 | {PORTSTAT_INFO(tx_multicastframes)}, | 97 | {PORTSTAT_INFO(tx_multicastframes)}, |
95 | {PORTSTAT_INFO(tx_broadcastframes)}, | 98 | {PORTSTAT_INFO(tx_broadcastframes)}, |