diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2014-09-03 04:13:01 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2014-09-18 07:50:37 -0400 |
commit | 6fbac83952f85b7d1c7ad674eb7c65d206da2c66 (patch) | |
tree | 2ce0acab102f4e267a22274ab3fb689d66c28d33 /drivers/net | |
parent | d786cf7b42115fcf7e186397439453f5b3a4ebc5 (diff) |
ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flags
They were not used, and we don't need them, so we shouldn't bother with
keeping values in the flags field that could be misleading.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/intel/ixgbe/ixgbe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe.h b/drivers/net/ethernet/intel/ixgbe/ixgbe.h index 75a56fa1cead..673d82095779 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe.h +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe.h | |||
@@ -611,9 +611,7 @@ struct ixgbe_adapter { | |||
611 | * thus the additional *_CAPABLE flags. | 611 | * thus the additional *_CAPABLE flags. |
612 | */ | 612 | */ |
613 | u32 flags; | 613 | u32 flags; |
614 | #define IXGBE_FLAG_MSI_CAPABLE (u32)(1 << 0) | ||
615 | #define IXGBE_FLAG_MSI_ENABLED (u32)(1 << 1) | 614 | #define IXGBE_FLAG_MSI_ENABLED (u32)(1 << 1) |
616 | #define IXGBE_FLAG_MSIX_CAPABLE (u32)(1 << 2) | ||
617 | #define IXGBE_FLAG_MSIX_ENABLED (u32)(1 << 3) | 615 | #define IXGBE_FLAG_MSIX_ENABLED (u32)(1 << 3) |
618 | #define IXGBE_FLAG_RX_1BUF_CAPABLE (u32)(1 << 4) | 616 | #define IXGBE_FLAG_RX_1BUF_CAPABLE (u32)(1 << 4) |
619 | #define IXGBE_FLAG_RX_PS_CAPABLE (u32)(1 << 5) | 617 | #define IXGBE_FLAG_RX_PS_CAPABLE (u32)(1 << 5) |