Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c107 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_init_phy_ops_82598()
234 return ixgbe_media_type_copper; in ixgbe_get_media_type_82598()
261 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()
432 return ixgbe_media_type_copper; in ixgbe_get_media_type_82599()
460 return ixgbe_media_type_copper; in ixgbe_get_media_type_82599()
1813 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_identify_phy_82599()
H A Dixgbe_common.c79 case ixgbe_media_type_copper: in ixgbe_device_supports_autoneg_fc()
154 case ixgbe_media_type_copper: in ixgbe_setup_fc_generic()
179 else if (hw->phy.media_type == ixgbe_media_type_copper) in ixgbe_setup_fc_generic()
192 } else if (hw->phy.media_type == ixgbe_media_type_copper) { in ixgbe_setup_fc_generic()
213 else if (hw->phy.media_type == ixgbe_media_type_copper) in ixgbe_setup_fc_generic()
251 } else if ((hw->phy.media_type == ixgbe_media_type_copper) && in ixgbe_setup_fc_generic()
2430 case ixgbe_media_type_copper: in ixgbe_fc_autoneg()
H A Dixgbe_x550.c24 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_get_invariants_X550_x()
52 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_get_invariants_X550_a()
1915 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_check_link_t_X550em()
2151 case ixgbe_media_type_copper: in ixgbe_init_mac_link_ops_X550em_a()
2205 case ixgbe_media_type_copper: in ixgbe_init_mac_link_ops_X550em()
2646 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_setup_internal_phy_t_x550em()
3308 media_type = ixgbe_media_type_copper; in ixgbe_get_media_type_X550em()
H A Dixgbe_x540.c26 return ixgbe_media_type_copper; in ixgbe_get_media_type_X540()
H A Dixgbe_phy.c2778 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_set_copper_phy_power()
H A Dixgbe_type.h3222 ixgbe_media_type_copper, enumerator
H A Dixgbe_ethtool.c464 if ((hw->phy.media_type == ixgbe_media_type_copper) || in ixgbe_set_link_ksettings()