Searched refs:setup_link_speed (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_x540.c | 197 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_X540()
|
H A D | ixgbe_82598.c | 793 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82598()
|
H A D | ixgbe_api.c | 608 return ixgbe_call_func(hw, hw->phy.ops.setup_link_speed, (hw, speed, in ixgbe_setup_phy_link_speed()
|
H A D | ixgbe_82599.c | 1012 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82599()
|
H A D | ixgbe_phy.c | 330 phy->ops.setup_link_speed = ixgbe_setup_phy_link_speed_generic; in ixgbe_init_phy_ops_generic()
|
H A D | ixgbe_x550.c | 3029 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_t_X550em()
|
H A D | ixgbe_type.h | 3759 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member
|