igb: Add timeout for PTP Tx work item
[deliverable/linux.git] / drivers / net / ethernet / intel / igb / igb_ethtool.c
index 61803032fdd346cf34a4d757d509bd516bb50798..6f2579c50d8e5e9fdae17c0cfd5091d77d9f2e5b 100644 (file)
@@ -92,6 +92,7 @@ static const struct igb_stats igb_gstrings_stats[] = {
        IGB_STAT("os2bmc_tx_by_bmc", stats.b2ospc),
        IGB_STAT("os2bmc_tx_by_host", stats.o2bspc),
        IGB_STAT("os2bmc_rx_by_host", stats.b2ogprc),
+       IGB_STAT("tx_hwtstamp_timeouts", tx_hwtstamp_timeouts),
 };
 
 #define IGB_NETDEV_STAT(_net_stat) { \
This page took 0.031319 seconds and 5 git commands to generate.