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
16Reads the status register and returns 0 either if auto-negotiation is
17incomplete, or if there was an error. Returns BMSR_ANEGCOMPLETE if
18auto-negotiation is done.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 PHY_ANEG_DONE(9)