Home
last modified time | relevance | path

Searched refs:ixgbe_media_type_copper (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c108 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_init_phy_ops_82598()
235 return ixgbe_media_type_copper; in ixgbe_get_media_type_82598()
262 return ixgbe_media_type_copper; in ixgbe_get_media_type_82598()
H A Dixgbe_82599.c298 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_init_phy_ops_82599()
441 return ixgbe_media_type_copper; in ixgbe_get_media_type_82599()
469 return ixgbe_media_type_copper; in ixgbe_get_media_type_82599()
1824 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_identify_phy_82599()
H A Dixgbe_common.c80 case ixgbe_media_type_copper: in ixgbe_device_supports_autoneg_fc()
157 case ixgbe_media_type_copper: in ixgbe_setup_fc_generic()
182 else if (hw->phy.media_type == ixgbe_media_type_copper) in ixgbe_setup_fc_generic()
195 } else if (hw->phy.media_type == ixgbe_media_type_copper) { in ixgbe_setup_fc_generic()
216 else if (hw->phy.media_type == ixgbe_media_type_copper) in ixgbe_setup_fc_generic()
254 } else if ((hw->phy.media_type == ixgbe_media_type_copper) && in ixgbe_setup_fc_generic()
2443 case ixgbe_media_type_copper: in ixgbe_fc_autoneg()
H A Dixgbe_x550.c26 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_get_invariants_X550_x()
54 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_get_invariants_X550_a()
1917 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_check_link_t_X550em()
2153 case ixgbe_media_type_copper: in ixgbe_init_mac_link_ops_X550em_a()
2207 case ixgbe_media_type_copper: in ixgbe_init_mac_link_ops_X550em()
2648 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_setup_internal_phy_t_x550em()
3310 media_type = ixgbe_media_type_copper; in ixgbe_get_media_type_X550em()
H A Dixgbe_x540.c27 return ixgbe_media_type_copper; in ixgbe_get_media_type_X540()
H A Dixgbe_e610.c1232 return ixgbe_media_type_copper; in ixgbe_get_media_type_from_phy_type()
1256 return ixgbe_media_type_copper; in ixgbe_get_media_type_from_phy_type()
1896 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_init_phy_ops_e610()
H A Dixgbe_phy.c2838 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_set_copper_phy_power()
H A Dixgbe_type.h3301 ixgbe_media_type_copper, enumerator
H A Dixgbe_ethtool.c468 if ((hw->phy.media_type == ixgbe_media_type_copper) || in ixgbe_set_link_ksettings()