table of contents
other versions
- wheezy 3.2.78-1
PHY_ANEG_DONE(9) | Network device support | PHY_ANEG_DONE(9) |
NAME¶
phy_aneg_done - return auto-negotiation statusSYNOPSIS¶
int
phy_aneg_done(struct phy_device * phydev);
ARGUMENTS¶
phydevtarget phy_device struct
DESCRIPTION¶
Reads the status register and returns 0 either if auto-negotiation is incomplete, or if there was an error. Returns BMSR_ANEGCOMPLETE if auto-negotiation is done.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |