aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_common.h
diff options
context:
space:
mode:
authorEmil Tantilov <emil.s.tantilov@intel.com>2011-05-07 03:40:20 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-06-21 04:22:22 -0400
commit9612de92e023bff0d1cd5725ee65293accc70c56 (patch)
tree5b301a051dd73428af19285e7e2c91eeb91db0a7 /drivers/net/ixgbe/ixgbe_common.h
parentfb5475ff7f2e80e920a393d18a43b64124a30270 (diff)
ixgbe: add support for Dell CEM
This patch adds support for Dell CEM (Comprehensive Embedded Management)). This consists of informing the management firmware of the driver version during probe on 82599 and X540 HW. Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Evan Swanson <evan.swanson@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_common.h')
-rw-r--r--drivers/net/ixgbe/ixgbe_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_common.h b/drivers/net/ixgbe/ixgbe_common.h
index 32a454fc67c..f24fd64a4c4 100644
--- a/drivers/net/ixgbe/ixgbe_common.h
+++ b/drivers/net/ixgbe/ixgbe_common.h
@@ -99,6 +99,8 @@ s32 ixgbe_blink_led_stop_generic(struct ixgbe_hw *hw, u32 index);
99void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int pf); 99void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int pf);
100void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf); 100void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf);
101s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps); 101s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
102s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
103 u8 build, u8 ver);
102 104
103void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, 105void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb,
104 u32 headroom, int strategy); 106 u32 headroom, int strategy);