Searched refs:setup_link_speed (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x540.c | 57 return hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_mac_link_X540() 901 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic,
|
D | ixgbe_82598.c | 634 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82598() 1183 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic,
|
D | ixgbe_82599.c | 893 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82599() 2239 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic,
|
D | ixgbe_x550.c | 1881 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_mac_link_t_X550em() 2073 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_sgmii_fw() 3952 .setup_link_speed = &ixgbe_setup_phy_link_speed_generic, \
|
D | ixgbe_type.h | 3489 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member
|