Searched refs:setup_link_speed (Results 1 – 4 of 4) sorted by relevance
/linux/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() 908 .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() 4097 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic, \
|
H A D | ixgbe_e610.c | 1589 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 D | ixgbe_type.h | 3595 int (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member
|