Home
last modified time | relevance | path

Searched refs:setup_link_speed (Results 1 – 4 of 4) 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_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()
3980 .setup_link_speed = ixgbe_setup_phy_link_speed_generic,
H A Dixgbe_type.h3595 int (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member