Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_82598.c261 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82598()
677 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82598()
1143 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_supported_physical_layer_82598()
Dixgbe_82599.c285 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82599()
296 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82599()
803 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82599()
1872 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_supported_physical_layer_82599()
Dixgbe_type.h1404 #define IXGBE_AUTOC_KX_SUPP 0x40000000 macro