Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c302 u32 autoc = 0; in ixgbe_get_link_capabilities_82598() local
312 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()
335 if (autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_get_link_capabilities_82598()
337 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82598()
740 u32 autoc = curr_autoc; in ixgbe_setup_mac_link_82598() local
757 autoc |= IXGBE_AUTOC_KX4_SUPP; in ixgbe_setup_mac_link_82598()
759 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82598()
760 if (autoc != curr_autoc) in ixgbe_setup_mac_link_82598()
818 u32 autoc; in ixgbe_reset_hw_82598() local
919 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82598()
[all …]
H A Dixgbe_82599.c421 u32 autoc = 0; in ixgbe_get_link_capabilities_82599() local
444 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82599()
472 if (autoc & IXGBE_AUTOC_KR_SUPP) in ixgbe_get_link_capabilities_82599()
476 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82599()
483 if (autoc & IXGBE_AUTOC_KR_SUPP) in ixgbe_get_link_capabilities_82599()
924 orig_autoc = autoc; in ixgbe_setup_mac_link_82599()
939 autoc |= IXGBE_AUTOC_KR_SUPP; in ixgbe_setup_mac_link_82599()
942 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82599()
965 if (autoc != current_autoc) { in ixgbe_setup_mac_link_82599()
1038 u32 i, autoc, autoc2; in ixgbe_reset_hw_82599() local
[all …]