Searched refs:setup_link_speed (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_x540.c | 58 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 D | ixgbe_82598.c | 635 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 D | ixgbe_82599.c | 895 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 D | ixgbe_e610.c | 1484 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 D | ixgbe_x550.c | 1898 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 D | ixgbe_type.h | 3550 int (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member
|