Home
last modified time | relevance | path

Searched refs:IXGBE_AUTOC_LMS_10G_SERIAL (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c183 hw->mac.orig_autoc | IXGBE_AUTOC_LMS_10G_SERIAL, in ixgbe_setup_sfp_modules_82599()
432 case IXGBE_AUTOC_LMS_10G_SERIAL: in ixgbe_get_link_capabilities_82599()
914 autoc |= IXGBE_AUTOC_LMS_10G_SERIAL; in ixgbe_setup_mac_link_82599()
917 (link_mode == IXGBE_AUTOC_LMS_10G_SERIAL)) { in ixgbe_setup_mac_link_82599()
2201 case IXGBE_AUTOC_LMS_10G_SERIAL: in ixgbe_get_supported_physical_layer_82599()
H A Dixgbe_type.h2166 #define IXGBE_AUTOC_LMS_10G_SERIAL (0x3 << IXGBE_AUTOC_LMS_SHIFT) macro