1GENPHY_ANEG_DONE(9) Network device support GENPHY_ANEG_DONE(9)
23
4
NAME
6genphy_aneg_done - return auto-negotiation status
7
SYNOPSIS
9int genphy_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 3.10 June 2019 GENPHY_ANEG_DONE(9)