table of contents
other versions
GENPHY_CONFIG_ANEG(9) | Network device support | GENPHY_CONFIG_ANEG(9) |
NAME¶
genphy_config_aneg - restart auto-negotiation or write BMCR
SYNOPSIS¶
int genphy_config_aneg(struct phy_device * phydev);
ARGUMENTS¶
struct phy_device * phydev
target phy_device struct
DESCRIPTION¶
If auto-negotiation is enabled, we configure the advertising, and then restart auto-negotiation. If it is not enabled, then we write the BMCR.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |