diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index 2a93e116f5a..dc3cc4348d1 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h | |||
@@ -323,6 +323,7 @@ struct ixgbe_adapter { | |||
323 | #define IXGBE_FLAG_IN_SFP_MOD_TASK (u32)(1 << 25) | 323 | #define IXGBE_FLAG_IN_SFP_MOD_TASK (u32)(1 << 25) |
324 | #define IXGBE_FLAG_FDIR_HASH_CAPABLE (u32)(1 << 26) | 324 | #define IXGBE_FLAG_FDIR_HASH_CAPABLE (u32)(1 << 26) |
325 | #define IXGBE_FLAG_FDIR_PERFECT_CAPABLE (u32)(1 << 27) | 325 | #define IXGBE_FLAG_FDIR_PERFECT_CAPABLE (u32)(1 << 27) |
326 | #define IXGBE_FLAG_FCOE_CAPABLE (u32)(1 << 28) | ||
326 | #define IXGBE_FLAG_FCOE_ENABLED (u32)(1 << 29) | 327 | #define IXGBE_FLAG_FCOE_ENABLED (u32)(1 << 29) |
327 | 328 | ||
328 | u32 flags2; | 329 | u32 flags2; |