aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgb/ixgb.h')
-rw-r--r--drivers/net/ixgb/ixgb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h
index a687f1210cb0..b9c37fdc8418 100644
--- a/drivers/net/ixgb/ixgb.h
+++ b/drivers/net/ixgb/ixgb.h
@@ -180,6 +180,7 @@ struct ixgb_adapter {
180 uint64_t hw_csum_tx_good; 180 uint64_t hw_csum_tx_good;
181 uint64_t hw_csum_tx_error; 181 uint64_t hw_csum_tx_error;
182 uint32_t tx_int_delay; 182 uint32_t tx_int_delay;
183 uint32_t tx_timeout_count;
183 boolean_t tx_int_delay_enable; 184 boolean_t tx_int_delay_enable;
184 boolean_t detect_tx_hung; 185 boolean_t detect_tx_hung;
185 186