Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c58 return hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_mac_link_X540()
908 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic,
H A Dixgbe_82598.c635 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82598()
1185 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic,
H A Dixgbe_82599.c902 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82599()
2251 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic,
H A Dixgbe_x550.c1898 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_mac_link_t_X550em()
2090 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_sgmii_fw()
4097 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic, \
H A Dixgbe_e610.c1589 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_link_e610()
4022 .setup_link_speed = ixgbe_setup_phy_link_speed_generic,
H A Dixgbe_type.h3598 int (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member