diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index ec6bcc0660c6..79c35ae3718c 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h | |||
@@ -104,10 +104,6 @@ | |||
104 | #define MAX_EMULATION_MAC_ADDRS 16 | 104 | #define MAX_EMULATION_MAC_ADDRS 16 |
105 | #define VMDQ_P(p) ((p) + adapter->num_vfs) | 105 | #define VMDQ_P(p) ((p) + adapter->num_vfs) |
106 | 106 | ||
107 | #define IXGBE_SUBDEV_ID_82598AF_MEZZ 0x0049 | ||
108 | #define IXGBE_SUBDEV_ID_82598AF_MENLO_Q_MEZZ 0x004a | ||
109 | #define IXGBE_SUBDEV_ID_82598AF_MENLO_E_MEZZ 0x004b | ||
110 | |||
111 | struct vf_data_storage { | 107 | struct vf_data_storage { |
112 | unsigned char vf_mac_addresses[ETH_ALEN]; | 108 | unsigned char vf_mac_addresses[ETH_ALEN]; |
113 | u16 vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES]; | 109 | u16 vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES]; |