Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82598.c1261 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82598()
1276 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_x550.c3593 IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
3598 IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
3602 IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
3606 IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
3626 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
H A Dixgbe_82599.c2247 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX | in ixgbe_get_supported_physical_layer_82599()
2273 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82599()
H A Dif_ix.c1401 if (layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) in ixgbe_add_media_types()
1416 if (layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) { in ixgbe_add_media_types()
2465 layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) in ixgbe_if_media_status()
2492 layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) in ixgbe_if_media_status()
H A Dixgbe_type.h3528 #define IXGBE_PHYSICAL_LAYER_1000BASE_KX 0x00200 macro