Searched refs:orig_autoc (Results 1 – 3 of 3) sorted by relevance
217 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()898 u32 orig_autoc = 0; /* holds the cached value of AUTOC register */ in ixgbe_setup_mac_link_82599() local922 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()[all …]
312 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()
4080 u32 orig_autoc; member