Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c83 return hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_mac_link_X540()
881 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic,
Dixgbe_82598.c682 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82598()
1225 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic,
Dixgbe_82599.c920 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82599()
2252 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic,
Dixgbe_x550.c1322 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_mac_link_t_X550em()
2427 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic, \
Dixgbe_type.h3326 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member