Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c210 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82598()
606 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82598()
H A Dixgbe_82599.c381 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82599()
392 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82599()
821 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82599()
H A Dixgbe_type.h1860 #define IXGBE_AUTOC_KX_SUPP 0x40000000 macro