Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_82598.c342 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82598()
764 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82598()
1280 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_82599.c484 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82599()
495 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82599()
956 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82599()
2265 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_supported_physical_layer_82599()
H A Dixgbe_type.h2221 #define IXGBE_AUTOC_KX_SUPP 0x40000000 macro