diff options
Diffstat (limited to 'drivers/net/igb/igb.h')
-rw-r--r-- | drivers/net/igb/igb.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/net/igb/igb.h b/drivers/net/igb/igb.h index 7d8c88739154..30657ddf4842 100644 --- a/drivers/net/igb/igb.h +++ b/drivers/net/igb/igb.h | |||
@@ -284,11 +284,10 @@ struct igb_adapter { | |||
284 | 284 | ||
285 | #define IGB_FLAG_HAS_MSI (1 << 0) | 285 | #define IGB_FLAG_HAS_MSI (1 << 0) |
286 | #define IGB_FLAG_MSI_ENABLE (1 << 1) | 286 | #define IGB_FLAG_MSI_ENABLE (1 << 1) |
287 | #define IGB_FLAG_HAS_DCA (1 << 2) | 287 | #define IGB_FLAG_DCA_ENABLED (1 << 2) |
288 | #define IGB_FLAG_DCA_ENABLED (1 << 3) | 288 | #define IGB_FLAG_IN_NETPOLL (1 << 3) |
289 | #define IGB_FLAG_IN_NETPOLL (1 << 5) | 289 | #define IGB_FLAG_QUAD_PORT_A (1 << 4) |
290 | #define IGB_FLAG_QUAD_PORT_A (1 << 6) | 290 | #define IGB_FLAG_NEED_CTX_IDX (1 << 5) |
291 | #define IGB_FLAG_NEED_CTX_IDX (1 << 7) | ||
292 | 291 | ||
293 | enum e1000_state_t { | 292 | enum e1000_state_t { |
294 | __IGB_TESTING, | 293 | __IGB_TESTING, |