Home
last modified time | relevance | path

Searched refs:orig_autoc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c217 hw->mac.orig_autoc | IXGBE_AUTOC_LMS_10G_SERIAL, in ixgbe_setup_sfp_modules_82599()
444 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82599()
922 orig_autoc = hw->mac.orig_autoc; in ixgbe_setup_mac_link_82599()
924 orig_autoc = autoc; in ixgbe_setup_mac_link_82599()
935 if (orig_autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_setup_mac_link_82599()
937 if ((orig_autoc & IXGBE_AUTOC_KR_SUPP) && in ixgbe_setup_mac_link_82599()
1135 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82599()
1148 hw->mac.orig_autoc = in ixgbe_reset_hw_82599()
1149 (hw->mac.orig_autoc & ~IXGBE_AUTOC_LMS_MASK) | in ixgbe_reset_hw_82599()
1152 if (autoc != hw->mac.orig_autoc) { in ixgbe_reset_hw_82599()
[all …]
H A Dixgbe_82598.c312 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()
919 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82598()
921 } else if (autoc != hw->mac.orig_autoc) { in ixgbe_reset_hw_82598()
922 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, hw->mac.orig_autoc); in ixgbe_reset_hw_82598()
H A Dixgbe_type.h4080 u32 orig_autoc; member