Searched refs:setup_link_speed (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/dev/pci/ixgbe/ |
H A D | ixgbe_x540.c | 208 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_X540()
|
H A D | ixgbe_api.c | 616 return ixgbe_call_func(hw, hw->phy.ops.setup_link_speed, (hw, speed, in ixgbe_setup_phy_link_speed()
|
H A D | ixgbe_82598.c | 800 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82598()
|
H A D | ixgbe_x550.c | 1915 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_sgmii() 1988 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_sgmii_fw() 4669 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_t_X550em()
|
H A D | ixgbe_82599.c | 1031 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82599()
|
H A D | ixgbe_phy.c | 269 phy->ops.setup_link_speed = ixgbe_setup_phy_link_speed_generic; in ixgbe_init_phy_ops_generic()
|
H A D | ixgbe_type.h | 4140 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member
|