Home
last modified time | relevance | path

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

/linux-6.15/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()
907 .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()
1184 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic,
H A Dixgbe_82599.c895 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82599()
2243 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic,
H A Dixgbe_e610.c1484 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_link_e610()
2641 .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()
3976 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic, \
H A Dixgbe_type.h3550 int (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member