Lines Matching refs:physical_layer
3819 u64 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN; in ixgbe_get_supported_physical_layer_X550em() local
3831 physical_layer = in ixgbe_get_supported_physical_layer_X550em()
3836 physical_layer = in ixgbe_get_supported_physical_layer_X550em()
3843 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KR | in ixgbe_get_supported_physical_layer_X550em()
3847 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KX4 | in ixgbe_get_supported_physical_layer_X550em()
3855 physical_layer |= IXGBE_PHYSICAL_LAYER_10GBASE_T; in ixgbe_get_supported_physical_layer_X550em()
3857 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_X550em()
3861 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_X550em()
3863 physical_layer |= IXGBE_PHYSICAL_LAYER_100BASE_TX; in ixgbe_get_supported_physical_layer_X550em()
3865 physical_layer |= IXGBE_PHYSICAL_LAYER_10BASE_T; in ixgbe_get_supported_physical_layer_X550em()
3868 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_X550em()
3871 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_X550em()
3878 physical_layer = ixgbe_get_supported_phy_sfp_layer_generic(hw); in ixgbe_get_supported_physical_layer_X550em()
3880 return physical_layer; in ixgbe_get_supported_physical_layer_X550em()