Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c197 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_X540()
H A Dixgbe_82598.c793 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82598()
H A Dixgbe_api.c608 return ixgbe_call_func(hw, hw->phy.ops.setup_link_speed, (hw, speed, in ixgbe_setup_phy_link_speed()
H A Dixgbe_82599.c1012 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82599()
H A Dixgbe_phy.c330 phy->ops.setup_link_speed = ixgbe_setup_phy_link_speed_generic; in ixgbe_init_phy_ops_generic()
H A Dixgbe_x550.c3029 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_t_X550em()
H A Dixgbe_type.h3759 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member