Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ixgbe/
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.c2200 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_82599() local
2210 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_get_supported_physical_layer_82599()
2211 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_82599()
2213 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_82599()
2215 if (ext_ability & IXGBE_MDIO_PHY_100BASETX_ABILITY) in ixgbe_get_supported_physical_layer_82599()
H A Dixgbe_phy.c289 u16 ext_ability = 0; in ixgbe_probe_phy() local
304 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_probe_phy()
305 if (ext_ability & in ixgbe_probe_phy()
H A Dixgbe_x550.c3644 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_X550em() local
3677 &ext_ability); in ixgbe_get_supported_physical_layer_X550em()
3678 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_X550em()
3680 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_X550em()