diff options
author | Emil Tantilov <emil.s.tantilov@intel.com> | 2011-02-26 01:40:16 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-03-07 21:06:43 -0500 |
commit | 0b0c2b31bdf8d6fb5c14ae70894453ac44d64672 (patch) | |
tree | 6e15145a52fc22d6701ef3db85e6cab05c39ef24 /drivers/net/ixgbe/ixgbe_phy.h | |
parent | a3aeea0ec8d3af854edf7dc983dc8cbe803a43e8 (diff) |
ixgbe: Enable flow control pause parameter auto-negotiation support
This patch enables flow control pause parameters auto-negotiation support
to 82599 based 10G Base-T, backplane devices and multi-speed fiber optics
modules at 1G speed
Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_phy.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_phy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_phy.h b/drivers/net/ixgbe/ixgbe_phy.h index 2327baf04426..9bf2783d7a74 100644 --- a/drivers/net/ixgbe/ixgbe_phy.h +++ b/drivers/net/ixgbe/ixgbe_phy.h | |||
@@ -58,6 +58,10 @@ | |||
58 | #define IXGBE_I2C_EEPROM_STATUS_FAIL 0x2 | 58 | #define IXGBE_I2C_EEPROM_STATUS_FAIL 0x2 |
59 | #define IXGBE_I2C_EEPROM_STATUS_IN_PROGRESS 0x3 | 59 | #define IXGBE_I2C_EEPROM_STATUS_IN_PROGRESS 0x3 |
60 | 60 | ||
61 | /* Flow control defines */ | ||
62 | #define IXGBE_TAF_SYM_PAUSE 0x400 | ||
63 | #define IXGBE_TAF_ASM_PAUSE 0x800 | ||
64 | |||
61 | /* Bit-shift macros */ | 65 | /* Bit-shift macros */ |
62 | #define IXGBE_SFF_VENDOR_OUI_BYTE0_SHIFT 24 | 66 | #define IXGBE_SFF_VENDOR_OUI_BYTE0_SHIFT 24 |
63 | #define IXGBE_SFF_VENDOR_OUI_BYTE1_SHIFT 16 | 67 | #define IXGBE_SFF_VENDOR_OUI_BYTE1_SHIFT 16 |