Home
last modified time | relevance | path

Searched refs:IXGBE_PHYSICAL_LAYER_1000BASE_KX (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/ixgbe/
HDixgbe_82598.c1257 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82598()
1272 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82598()
HDixgbe_82599.c2195 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX | in ixgbe_get_supported_physical_layer_82599()
2221 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82599()
HDixgbe_x550.c2577 IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
2581 IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
HDif_ix.c1807 || layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) in ixgbe_media_status()
1833 || layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) in ixgbe_media_status()
2908 if (layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) in ixgbe_add_media_types()
2921 if (layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) { in ixgbe_add_media_types()
HDif_ixgbe.c1734 if (layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) { in ixgbe_add_media_types()
2690 || layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) in ixgbe_if_media_status()
HDixgbe_type.h3181 #define IXGBE_PHYSICAL_LAYER_1000BASE_KX 0x0200 macro