> +s32 txgbe_setup_mac_link_aml(struct txgbe_hw *hw,
> +u32 speed,
> +bool autoneg_wait_to_complete)
> +{
> + bool autoneg = false;
> + s32 status = 0;
> + s32 ret_status = 0;
> + u32 link_speed = TXGBE_LINK_SPEED_UNKNOWN;
> +
Due to Amber-Lite's significant differences from our 10G NICs, we split
link configuration components (setup_link, check_link, etc.) into new files.
Signed-off-by: Zaiyu Wang
---
drivers/net/txgbe/base/meson.build | 2 +
drivers/net/txgbe/base/txgbe_aml.c | 324 +++
2 matches
Mail list logo