table of contents
other versions
PHY_START_ANEG(9) | Network device support | PHY_START_ANEG(9) |
NAME¶
phy_start_aneg - start auto-negotiation for this PHY device
SYNOPSIS¶
int phy_start_aneg(struct phy_device * phydev);
ARGUMENTS¶
struct phy_device * phydev
the phy_device struct
DESCRIPTION¶
Sanitizes the settings (if we're not autonegotiating them), and then calls the driver's config_aneg function. If the PHYCONTROL Layer is operating, we change the state to reflect the beginning of Auto-negotiation or forcing.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |