Searched refs:physical_layer (Results 1 – 3 of 3) sorted by relevance
1180 u32 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN; in ixgbe_get_supported_physical_layer_82598() local1198 physical_layer |= IXGBE_PHYSICAL_LAYER_10GBASE_T; in ixgbe_get_supported_physical_layer_82598()1200 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_82598()1202 physical_layer |= IXGBE_PHYSICAL_LAYER_100BASE_TX; in ixgbe_get_supported_physical_layer_82598()1212 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82598()1214 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_BX; in ixgbe_get_supported_physical_layer_82598()1218 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_CX4; in ixgbe_get_supported_physical_layer_82598()1220 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KX4; in ixgbe_get_supported_physical_layer_82598()1222 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN; in ixgbe_get_supported_physical_layer_82598()1227 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82598()[all …]
1962 u32 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN; in ixgbe_get_supported_physical_layer_82599() local1982 physical_layer |= IXGBE_PHYSICAL_LAYER_10GBASE_T; in ixgbe_get_supported_physical_layer_82599()1984 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_82599()1986 physical_layer |= IXGBE_PHYSICAL_LAYER_100BASE_TX; in ixgbe_get_supported_physical_layer_82599()1996 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX | in ixgbe_get_supported_physical_layer_82599()2004 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_CX4; in ixgbe_get_supported_physical_layer_82599()2006 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KX4; in ixgbe_get_supported_physical_layer_82599()2008 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_XAUI; in ixgbe_get_supported_physical_layer_82599()2012 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KR; in ixgbe_get_supported_physical_layer_82599()2020 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82599()[all …]
311 u32 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN; in ixgbe_get_supported_physical_layer_X540() local319 physical_layer |= IXGBE_PHYSICAL_LAYER_10GBASE_T; in ixgbe_get_supported_physical_layer_X540()321 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_X540()323 physical_layer |= IXGBE_PHYSICAL_LAYER_100BASE_TX; in ixgbe_get_supported_physical_layer_X540()325 return physical_layer; in ixgbe_get_supported_physical_layer_X540()