Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x540.c204 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_X540()
H A Dixgbe_82598.c794 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82598()
H A Dixgbe_x550.c1673 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_sgmii()
1746 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_sgmii_fw()
4445 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_t_X550em()
H A Dixgbe_api.c657 return ixgbe_call_func(hw, hw->phy.ops.setup_link_speed, (hw, speed, in ixgbe_setup_phy_link_speed()
H A Dixgbe_82599.c1039 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82599()
H A Dixgbe_phy.c261 phy->ops.setup_link_speed = ixgbe_setup_phy_link_speed_generic; in ixgbe_init_phy_ops_generic()
H A Dixgbe_type.h4160 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member
H A Dixgbe_e610.c4190 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_link_E610()