Home
last modified time | relevance | path

Searched refs:autoc (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c329 u32 autoc = 0; in ixgbe_get_link_capabilities_82599() local
351 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82599()
379 if (autoc & IXGBE_AUTOC_KR_SUPP) in ixgbe_get_link_capabilities_82599()
383 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82599()
390 if (autoc & IXGBE_AUTOC_KR_SUPP) in ixgbe_get_link_capabilities_82599()
787 u32 autoc = current_autoc; in ixgbe_setup_mac_link_82599() local
806 orig_autoc = autoc; in ixgbe_setup_mac_link_82599()
824 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82599()
847 if (autoc != current_autoc) { in ixgbe_setup_mac_link_82599()
914 u32 ctrl, i, autoc, autoc2; in ixgbe_reset_hw_82599() local
[all …]
H A Dixgbe_82598.c178 u32 autoc = 0; in ixgbe_get_link_capabilities_82598() local
186 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()
188 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_get_link_capabilities_82598()
190 switch (autoc & IXGBE_AUTOC_LMS_MASK) { in ixgbe_get_link_capabilities_82598()
209 if (autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_get_link_capabilities_82598()
211 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82598()
605 autoc |= IXGBE_AUTOC_KX4_SUPP; in ixgbe_setup_mac_link_82598()
607 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82598()
608 if (autoc != curr_autoc) in ixgbe_setup_mac_link_82598()
657 u32 autoc; in ixgbe_reset_hw_82598() local
[all …]