Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c341 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_X540() local
346 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_get_supported_physical_layer_X540()
347 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_X540()
349 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_X540()
351 if (ext_ability & IXGBE_MDIO_PHY_100BASETX_ABILITY) in ixgbe_get_supported_physical_layer_X540()
H A Dixgbe_82598.c1234 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_82598() local
1246 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_get_supported_physical_layer_82598()
1247 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_82598()
1249 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_82598()
1251 if (ext_ability & IXGBE_MDIO_PHY_100BASETX_ABILITY) in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_82599.c2196 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_82599() local
2206 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_get_supported_physical_layer_82599()
2207 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_82599()
2209 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_82599()
2211 if (ext_ability & IXGBE_MDIO_PHY_100BASETX_ABILITY) in ixgbe_get_supported_physical_layer_82599()
H A Dixgbe_phy.c294 u16 ext_ability = 0; in ixgbe_probe_phy() local
309 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_probe_phy()
310 if (ext_ability & in ixgbe_probe_phy()
H A Dixgbe_x550.c3620 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_X550em() local
3653 &ext_ability); in ixgbe_get_supported_physical_layer_X550em()
3654 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_X550em()
3656 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_X550em()