Searched refs:IXGBE_PHYSICAL_LAYER_1000BASE_KX (Results 1 – 5 of 5) sorted by relevance
1250 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()
1361 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()
3417 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()
1314 layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) { in ixgbe_media_status()2007 if (layer & IXGBE_PHYSICAL_LAYER_1000BASE_KX) in ixgbe_add_media_types()
3427 #define IXGBE_PHYSICAL_LAYER_1000BASE_KX 0x00200 macro