Lines Matching refs:autoc
226 u32 autoc = 0; in ixgbe_get_link_capabilities_82598() local
234 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()
236 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_get_link_capabilities_82598()
238 switch (autoc & IXGBE_AUTOC_LMS_MASK) { in ixgbe_get_link_capabilities_82598()
257 if (autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_get_link_capabilities_82598()
259 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82598()
637 u32 autoc = curr_autoc; in ixgbe_setup_mac_link_82598() local
638 u32 link_mode = autoc & IXGBE_AUTOC_LMS_MASK; in ixgbe_setup_mac_link_82598()
650 autoc &= ~IXGBE_AUTOC_KX4_KX_SUPP_MASK; in ixgbe_setup_mac_link_82598()
652 autoc |= IXGBE_AUTOC_KX4_SUPP; in ixgbe_setup_mac_link_82598()
654 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82598()
655 if (autoc != curr_autoc) in ixgbe_setup_mac_link_82598()
656 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, autoc); in ixgbe_setup_mac_link_82598()
705 u32 autoc; in ixgbe_reset_hw_82598() local
802 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_reset_hw_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()