1PHY_ANEG_DONE(9) Network device support PHY_ANEG_DONE(9)
23
4
NAME
6phy_aneg_done - return auto-negotiation status
7
SYNOPSIS
9int phy_aneg_done(struct phy_device * phydev);
10
ARGUMENTS
12phydev
13target phy_device struct
14
DESCRIPTION
16Return the auto-negotiation status from this phydev Returns > 0 on
17success or < 0 on error. 0 means that auto-negotiation is still
18pending.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 PHY_ANEG_DONE(9)