Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x540.c306 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_X540() local
311 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_get_supported_physical_layer_X540()
312 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_X540()
314 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_X540()
316 if (ext_ability & IXGBE_MDIO_PHY_100BASETX_ABILITY) in ixgbe_get_supported_physical_layer_X540()
H A Dixgbe_82598.c1203 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_82598() local
1215 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_get_supported_physical_layer_82598()
1216 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_82598()
1218 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_82598()
1220 if (ext_ability & IXGBE_MDIO_PHY_100BASETX_ABILITY) in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_82599.c2159 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_82599() local
2169 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_get_supported_physical_layer_82599()
2170 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_82599()
2172 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_82599()
2174 if (ext_ability & IXGBE_MDIO_PHY_100BASETX_ABILITY) in ixgbe_get_supported_physical_layer_82599()
H A Dixgbe_phy.c258 u16 ext_ability = 0; in ixgbe_probe_phy() local
273 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &ext_ability); in ixgbe_probe_phy()
274 if (ext_ability & in ixgbe_probe_phy()
H A Dixgbe_x550.c3612 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_X550em() local
3645 &ext_ability); in ixgbe_get_supported_physical_layer_X550em()
3646 if (ext_ability & IXGBE_MDIO_PHY_10GBASET_ABILITY) in ixgbe_get_supported_physical_layer_X550em()
3648 if (ext_ability & IXGBE_MDIO_PHY_1000BASET_ABILITY) in ixgbe_get_supported_physical_layer_X550em()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c35 u16 ext_ability = 0; in txgbe_identify_extphy() local
38 &ext_ability); in txgbe_identify_extphy()
40 if (ext_ability & (TXGBE_MD_PHY_10GBASET_ABILITY | in txgbe_identify_extphy()