Searched refs:orig_autoc (Results 1 – 4 of 4) sorted by relevance
165 hw->mac.orig_autoc | IXGBE_AUTOC_LMS_10G_SERIAL, in ixgbe_setup_sfp_modules_82599()374 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82599()957 u32 orig_autoc = 0; in ixgbe_setup_mac_link_82599() local974 orig_autoc = hw->mac.orig_autoc; in ixgbe_setup_mac_link_82599()976 orig_autoc = autoc; in ixgbe_setup_mac_link_82599()987 if (orig_autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_setup_mac_link_82599()989 if ((orig_autoc & IXGBE_AUTOC_KR_SUPP) && in ixgbe_setup_mac_link_82599()1181 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82599()1194 hw->mac.orig_autoc = in ixgbe_reset_hw_82599()1195 (hw->mac.orig_autoc & ~IXGBE_AUTOC_LMS_MASK) | in ixgbe_reset_hw_82599()[all …]
234 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()804 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82598()806 } else if (autoc != hw->mac.orig_autoc) { in ixgbe_reset_hw_82598()807 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, hw->mac.orig_autoc); in ixgbe_reset_hw_82598()
1757 if (hw->mac.orig_autoc) { in ixgbe_setup_loopback_test()1758 reg_data = hw->mac.orig_autoc | IXGBE_AUTOC_FLU; in ixgbe_setup_loopback_test()
3148 u32 orig_autoc; member