Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgbe_82598.c1250 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82598()
1265 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_82599.c1361 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX | in ixgbe_get_supported_physical_layer_82599()
1387 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82599()
H A Dixgbe_x550.c3417 IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
3424 IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
3428 IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
3448 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
H A Dif_ix.c1314 layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) { in ixgbe_media_status()
2007 if (layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) in ixgbe_add_media_types()
H A Dixgbe_type.h3427 #define IXGBE_PHYSICAL_LAYER_1000BASE_KX 0x00200 macro