Lines Matching refs:autoc
177 u32 autoc = 0; in ixgbe_get_link_capabilities_82598() local
185 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()
187 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_get_link_capabilities_82598()
189 switch (autoc & IXGBE_AUTOC_LMS_MASK) { in ixgbe_get_link_capabilities_82598()
208 if (autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_get_link_capabilities_82598()
210 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82598()
589 u32 autoc = curr_autoc; in ixgbe_setup_mac_link_82598() local
590 u32 link_mode = autoc & IXGBE_AUTOC_LMS_MASK; in ixgbe_setup_mac_link_82598()
602 autoc &= ~IXGBE_AUTOC_KX4_KX_SUPP_MASK; in ixgbe_setup_mac_link_82598()
604 autoc |= IXGBE_AUTOC_KX4_SUPP; in ixgbe_setup_mac_link_82598()
606 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82598()
607 if (autoc != curr_autoc) in ixgbe_setup_mac_link_82598()
608 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, autoc); in ixgbe_setup_mac_link_82598()
657 u32 autoc; in ixgbe_reset_hw_82598() local
755 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_reset_hw_82598()
757 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82598()
759 } else if (autoc != hw->mac.orig_autoc) { in ixgbe_reset_hw_82598()