Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ixgbe/
HDixgbe_82598.c1265 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KX4; in ixgbe_get_supported_physical_layer_82598()
1274 physical_layer |= IXGBE_PHYSICAL_LAYER_10GBASE_KX4; in ixgbe_get_supported_physical_layer_82598()
HDixgbe_82599.c2206 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KX4; in ixgbe_get_supported_physical_layer_82599()
2223 physical_layer |= IXGBE_PHYSICAL_LAYER_10GBASE_KX4; in ixgbe_get_supported_physical_layer_82599()
HDif_ix.c1806 else if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_KX4 in ixgbe_media_status()
1832 else if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_KX4 in ixgbe_media_status()
2341 if (layer & (IXGBE_PHYSICAL_LAYER_10GBASE_KX4 | in ixgbe_setup_optics()
2906 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_KX4) in ixgbe_add_media_types()
2916 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_KX4) { in ixgbe_add_media_types()
HDif_ixgbe.c1729 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_KX4) { in ixgbe_add_media_types()
2689 else if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_KX4 in ixgbe_if_media_status()
3116 if (layer & (IXGBE_PHYSICAL_LAYER_10GBASE_KX4 | in ixgbe_setup_optics()
HDixgbe_x550.c2580 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KX4 | in ixgbe_get_supported_physical_layer_X550em()
HDixgbe_type.h3179 #define IXGBE_PHYSICAL_LAYER_10GBASE_KX4 0x0080 macro