1PHY_START_ANEG(9) Network device support PHY_START_ANEG(9)
2
3
4
6 phy_start_aneg - start auto-negotiation for this PHY device
7
9 int phy_start_aneg(struct phy_device * phydev);
10
12 phydev
13 the phy_device struct
14
16 Sanitizes the settings (if we're not autonegotiating them), and then
17 calls the driver's config_aneg function. If the PHYCONTROL Layer is
18 operating, we change the state to reflect the beginning of
19 Auto-negotiation or forcing.
20
22Kernel Hackers Manual 3.10 June 2019 PHY_START_ANEG(9)