table of contents
PHY_ANEG_DONE(9) | Network device support | PHY_ANEG_DONE(9) |
NAME¶
phy_aneg_done - return auto-negotiation status
SYNOPSIS¶
int phy_aneg_done(struct phy_device * phydev);
ARGUMENTS¶
phydev
target phy_device struct
DESCRIPTION¶
Return the auto-negotiation status from this phydev Returns > 0 on success or < 0 on error. 0 means that auto-negotiation is still pending.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |