Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
HDixgbe_82598.c336 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82598()
758 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82598()
1275 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_supported_physical_layer_82598()
HDixgbe_82599.c475 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82599()
486 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82599()
941 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82599()
2246 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_supported_physical_layer_82599()
HDixgbe_type.h2147 #define IXGBE_AUTOC_KX_SUPP 0x40000000 macro