Home
last modified time | relevance | path

Searched refs:IXGBE_AUTOC_KX4_SUPP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c335 if (autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_get_link_capabilities_82598()
757 autoc |= IXGBE_AUTOC_KX4_SUPP; in ixgbe_setup_mac_link_82598()
1278 if (autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_82599.c474 if (autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_get_link_capabilities_82599()
485 if (autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_get_link_capabilities_82599()
935 if (orig_autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_setup_mac_link_82599()
936 autoc |= IXGBE_AUTOC_KX4_SUPP; in ixgbe_setup_mac_link_82599()
2249 if (autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_get_supported_physical_layer_82599()
H A Dixgbe_type.h2153 #define IXGBE_AUTOC_KX4_SUPP 0x80000000 macro