Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ixgbe/
HDixgbe_82599.c478 case IXGBE_AUTOC_LMS_1G_AN: in ixgbe_get_link_capabilities_82599()
967 link_mode == IXGBE_AUTOC_LMS_1G_AN)) { in ixgbe_setup_mac_link_82599()
981 autoc |= IXGBE_AUTOC_LMS_1G_AN; in ixgbe_setup_mac_link_82599()
2244 case IXGBE_AUTOC_LMS_1G_AN: in ixgbe_get_supported_physical_layer_82599()
HDixgbe_82598.c326 case IXGBE_AUTOC_LMS_1G_AN: in ixgbe_get_link_capabilities_82598()
1258 case IXGBE_AUTOC_LMS_1G_AN: in ixgbe_get_supported_physical_layer_82598()
HDixgbe_type.h2264 #define IXGBE_AUTOC_LMS_1G_AN (0x2 << IXGBE_AUTOC_LMS_SHIFT) macro