Searched refs:setup_link_speed (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_type.h | 577 s32 (*setup_link_speed)(struct txgbe_hw *hw, u32 speed, member
|
| H A D | txgbe_dummy.h | 629 hw->phy.setup_link_speed = txgbe_phy_setup_link_speed_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_hw.c | 2786 phy->setup_link_speed = txgbe_setup_phy_link_speed; in txgbe_init_ops_pf() 3427 status = hw->phy.setup_link_speed(hw, speed, in txgbe_setup_copper_link_raptor()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_x540.c | 168 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 | 764 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82598()
|
| H A D | ixgbe_api.c | 609 return ixgbe_call_func(hw, hw->phy.ops.setup_link_speed, (hw, speed, in ixgbe_setup_phy_link_speed()
|
| H A D | ixgbe_x550.c | 1711 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_sgmii() 1784 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_sgmii_fw() 4476 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 | 981 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82599()
|
| H A D | ixgbe_phy.c | 231 phy->ops.setup_link_speed = ixgbe_setup_phy_link_speed_generic; in ixgbe_init_phy_ops_generic()
|
| H A D | ixgbe_type.h | 4035 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool); member
|