Home
last modified time | relevance | path

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

/trueos/sys/dev/ixgbe/
HDixgbe_x540.c324 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_X540() local
329 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_get_supported_physical_layer_X540()
330 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_X540()
332 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_X540()
334 if (ext_ability & IXGBE_MDIO_PHY_100BASETX_ABILITY) in ixgbe_get_supported_physical_layer_X540()
HDixgbe_82598.c1229 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_82598() local
1241 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_get_supported_physical_layer_82598()
1242 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_82598()
1244 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_82598()
1246 if (ext_ability & IXGBE_MDIO_PHY_100BASETX_ABILITY) in ixgbe_get_supported_physical_layer_82598()
HDixgbe_82599.c2140 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_82599() local
2150 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_get_supported_physical_layer_82599()
2151 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_82599()
2153 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_82599()
2155 if (ext_ability & IXGBE_MDIO_PHY_100BASETX_ABILITY) in ixgbe_get_supported_physical_layer_82599()
HDixgbe_x550.c2632 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_X550em() local
2650 &ext_ability); in ixgbe_get_supported_physical_layer_X550em()
2651 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_X550em()
2653 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_X550em()
HDixgbe_phy.c364 u16 ext_ability = 0; in ixgbe_identify_phy_generic() local
387 &ext_ability); in ixgbe_identify_phy_generic()
388 if (ext_ability & in ixgbe_identify_phy_generic()