Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c202 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_X540() local
207 &ext_ability); in ixgbe_get_supported_physical_layer_X540()
208 if (ext_ability & MDIO_PMA_EXTABLE_10GBT) in ixgbe_get_supported_physical_layer_X540()
210 if (ext_ability & MDIO_PMA_EXTABLE_1000BT) in ixgbe_get_supported_physical_layer_X540()
212 if (ext_ability & MDIO_PMA_EXTABLE_100BTX) in ixgbe_get_supported_physical_layer_X540()
Dixgbe_82598.c1106 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_82598() local
1116 MDIO_MMD_PMAPMD, &ext_ability); in ixgbe_get_supported_physical_layer_82598()
1117 if (ext_ability & MDIO_PMA_EXTABLE_10GBT) in ixgbe_get_supported_physical_layer_82598()
1119 if (ext_ability & MDIO_PMA_EXTABLE_1000BT) in ixgbe_get_supported_physical_layer_82598()
1121 if (ext_ability & MDIO_PMA_EXTABLE_100BTX) in ixgbe_get_supported_physical_layer_82598()
Dixgbe_82599.c1797 u16 ext_ability = 0; in ixgbe_get_supported_physical_layer_82599() local
1807 &ext_ability); in ixgbe_get_supported_physical_layer_82599()
1808 if (ext_ability & MDIO_PMA_EXTABLE_10GBT) in ixgbe_get_supported_physical_layer_82599()
1810 if (ext_ability & MDIO_PMA_EXTABLE_1000BT) in ixgbe_get_supported_physical_layer_82599()
1812 if (ext_ability & MDIO_PMA_EXTABLE_100BTX) in ixgbe_get_supported_physical_layer_82599()
Dixgbe_phy.c60 u16 ext_ability = 0; in ixgbe_identify_phy_generic() local
74 &ext_ability); in ixgbe_identify_phy_generic()
75 if (ext_ability & in ixgbe_identify_phy_generic()