diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_ethtool.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_ethtool.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_ethtool.c b/drivers/net/ixgbe/ixgbe_ethtool.c index ce9cf7edefb1..86f4f3e36f27 100644 --- a/drivers/net/ixgbe/ixgbe_ethtool.c +++ b/drivers/net/ixgbe/ixgbe_ethtool.c | |||
@@ -68,6 +68,8 @@ static struct ixgbe_stats ixgbe_gstrings_stats[] = { | |||
68 | {"rx_crc_errors", IXGBE_STAT(net_stats.rx_crc_errors)}, | 68 | {"rx_crc_errors", IXGBE_STAT(net_stats.rx_crc_errors)}, |
69 | {"rx_frame_errors", IXGBE_STAT(net_stats.rx_frame_errors)}, | 69 | {"rx_frame_errors", IXGBE_STAT(net_stats.rx_frame_errors)}, |
70 | {"hw_rsc_count", IXGBE_STAT(rsc_count)}, | 70 | {"hw_rsc_count", IXGBE_STAT(rsc_count)}, |
71 | {"fdir_match", IXGBE_STAT(stats.fdirmatch)}, | ||
72 | {"fdir_miss", IXGBE_STAT(stats.fdirmiss)}, | ||
71 | {"rx_fifo_errors", IXGBE_STAT(net_stats.rx_fifo_errors)}, | 73 | {"rx_fifo_errors", IXGBE_STAT(net_stats.rx_fifo_errors)}, |
72 | {"rx_missed_errors", IXGBE_STAT(net_stats.rx_missed_errors)}, | 74 | {"rx_missed_errors", IXGBE_STAT(net_stats.rx_missed_errors)}, |
73 | {"tx_aborted_errors", IXGBE_STAT(net_stats.tx_aborted_errors)}, | 75 | {"tx_aborted_errors", IXGBE_STAT(net_stats.tx_aborted_errors)}, |