Searched refs:orig_autoc (Results 1 – 5 of 5) sorted by relevance
183 hw->mac.orig_autoc | IXGBE_AUTOC_LMS_10G_SERIAL, in ixgbe_setup_sfp_modules_82599()412 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82599()886 orig_autoc = hw->mac.orig_autoc; in ixgbe_setup_mac_link_82599()888 orig_autoc = autoc; in ixgbe_setup_mac_link_82599()899 if (orig_autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_setup_mac_link_82599()901 if ((orig_autoc & IXGBE_AUTOC_KR_SUPP) && in ixgbe_setup_mac_link_82599()1099 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82599()1112 hw->mac.orig_autoc = in ixgbe_reset_hw_82599()1113 (hw->mac.orig_autoc & ~IXGBE_AUTOC_LMS_MASK) | in ixgbe_reset_hw_82599()1116 if (autoc != hw->mac.orig_autoc) { in ixgbe_reset_hw_82599()[all …]
281 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()888 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82598()890 } else if (autoc != hw->mac.orig_autoc) { in ixgbe_reset_hw_82598()891 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, hw->mac.orig_autoc); in ixgbe_reset_hw_82598()
4099 u32 orig_autoc; member
2918 autoc = hw->mac.orig_autoc; in txgbe_get_link_capabilities_raptor()3311 u64 orig_autoc = 0; in txgbe_setup_mac_link() local3330 orig_autoc = hw->mac.orig_autoc; in txgbe_setup_mac_link()3332 orig_autoc = autoc; in txgbe_setup_mac_link()3345 if (orig_autoc & TXGBE_AUTOC_KX4_SUPP) in txgbe_setup_mac_link()3347 if ((orig_autoc & TXGBE_AUTOC_KR_SUPP) && in txgbe_setup_mac_link()3608 hw->mac.orig_autoc = hw->mac.autoc_read(hw); in txgbe_reset_hw()3609 hw->mac.autoc_write(hw, hw->mac.orig_autoc); in txgbe_reset_hw()3612 hw->mac.orig_autoc = autoc; in txgbe_reset_hw()
552 u64 orig_autoc; /* cached value of AUTOC */ member