Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c1225 u32 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN; in ixgbe_get_supported_physical_layer_82598() local
1243 physical_layer |= IXGBE_PHYSICAL_LAYER_10GBASE_T; in ixgbe_get_supported_physical_layer_82598()
1245 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_82598()
1247 physical_layer |= IXGBE_PHYSICAL_LAYER_100BASE_TX; in ixgbe_get_supported_physical_layer_82598()
1257 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82598()
1259 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_BX; in ixgbe_get_supported_physical_layer_82598()
1263 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_CX4; in ixgbe_get_supported_physical_layer_82598()
1265 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KX4; in ixgbe_get_supported_physical_layer_82598()
1267 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN; in ixgbe_get_supported_physical_layer_82598()
1272 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82598()
[all …]
H A Dixgbe_82599.c2163 u32 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN; in ixgbe_get_supported_physical_layer_82599() local
2181 physical_layer |= IXGBE_PHYSICAL_LAYER_10GBASE_T; in ixgbe_get_supported_physical_layer_82599()
2183 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_82599()
2185 physical_layer |= IXGBE_PHYSICAL_LAYER_100BASE_TX; in ixgbe_get_supported_physical_layer_82599()
2195 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_KX | in ixgbe_get_supported_physical_layer_82599()
2204 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_CX4; in ixgbe_get_supported_physical_layer_82599()
2206 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KX4; in ixgbe_get_supported_physical_layer_82599()
2208 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_XAUI; in ixgbe_get_supported_physical_layer_82599()
2213 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KR; in ixgbe_get_supported_physical_layer_82599()
2221 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_KX; in ixgbe_get_supported_physical_layer_82599()
[all …]
H A Dixgbe_x540.c322 u32 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN; in ixgbe_get_supported_physical_layer_X540() local
330 physical_layer |= IXGBE_PHYSICAL_LAYER_10GBASE_T; in ixgbe_get_supported_physical_layer_X540()
332 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_X540()
334 physical_layer |= IXGBE_PHYSICAL_LAYER_100BASE_TX; in ixgbe_get_supported_physical_layer_X540()
336 return physical_layer; in ixgbe_get_supported_physical_layer_X540()
H A Dixgbe_phy.c1631 u32 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN; in ixgbe_get_supported_phy_sfp_layer_generic() local
1639 return physical_layer; in ixgbe_get_supported_phy_sfp_layer_generic()
1645 physical_layer = IXGBE_PHYSICAL_LAYER_SFP_PLUS_CU; in ixgbe_get_supported_phy_sfp_layer_generic()
1650 physical_layer = IXGBE_PHYSICAL_LAYER_SFP_ACTIVE_DA; in ixgbe_get_supported_phy_sfp_layer_generic()
1661 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_phy_sfp_layer_generic()
1663 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_LR; in ixgbe_get_supported_phy_sfp_layer_generic()
1665 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_phy_sfp_layer_generic()
1667 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_SX; in ixgbe_get_supported_phy_sfp_layer_generic()
1674 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_phy_sfp_layer_generic()
1676 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_LR; in ixgbe_get_supported_phy_sfp_layer_generic()
[all …]
H A Dixgbe_x550.c2582 u32 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN; in ixgbe_get_supported_physical_layer_X550em() local
2591 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KR | in ixgbe_get_supported_physical_layer_X550em()
2595 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KX4 | in ixgbe_get_supported_physical_layer_X550em()
2603 physical_layer |= IXGBE_PHYSICAL_LAYER_10GBASE_T; in ixgbe_get_supported_physical_layer_X550em()
2605 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_X550em()
2612 physical_layer = ixgbe_get_supported_phy_sfp_layer_generic(hw); in ixgbe_get_supported_physical_layer_X550em()
2614 return physical_layer; in ixgbe_get_supported_physical_layer_X550em()