igb: fix race conditions on queuing skb for HW time stamp
[deliverable/linux.git] / drivers / net / ethernet / intel / igb / igb.h
index 411b213c63be4b35edd225e9c49727e81d5c37b6..7fbe1e925143efb7b4af4b9f06c29fa3027d2e7e 100644 (file)
@@ -492,7 +492,8 @@ struct igb_adapter {
 enum e1000_state_t {
        __IGB_TESTING,
        __IGB_RESETTING,
-       __IGB_DOWN
+       __IGB_DOWN,
+       __IGB_PTP_TX_IN_PROGRESS,
 };
 
 enum igb_boards {
This page took 0.025234 seconds and 5 git commands to generate.