Lines Matching refs:orig_autoc
216 hw->mac.orig_autoc | IXGBE_AUTOC_LMS_10G_SERIAL, in ixgbe_setup_sfp_modules_82599()
463 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82599()
920 u32 orig_autoc = 0; /* holds the cached value of AUTOC register */ in ixgbe_setup_mac_link_82599() local
944 orig_autoc = hw->mac.orig_autoc; in ixgbe_setup_mac_link_82599()
946 orig_autoc = autoc; in ixgbe_setup_mac_link_82599()
957 if (orig_autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_setup_mac_link_82599()
959 if ((orig_autoc & IXGBE_AUTOC_KR_SUPP) && in ixgbe_setup_mac_link_82599()
1157 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82599()
1170 hw->mac.orig_autoc = in ixgbe_reset_hw_82599()
1171 (hw->mac.orig_autoc & ~IXGBE_AUTOC_LMS_MASK) | in ixgbe_reset_hw_82599()
1174 if (autoc != hw->mac.orig_autoc) { in ixgbe_reset_hw_82599()
1176 hw->mac.orig_autoc, in ixgbe_reset_hw_82599()