Lines Matching defs:restart
1072 * even *REQUIRE* a soft-reset to properly restart autonegotiation. In an
2054 * genphy_check_and_restart_aneg - Enable and restart auto-negotiation
2056 * @restart: whether aneg restart is requested
2058 * Check, and restart auto-negotiation if needed.
2060 int genphy_check_and_restart_aneg(struct phy_device *phydev, bool restart)
2064 if (!restart) {
2073 restart = true;
2076 if (restart)
2084 * __genphy_config_aneg - restart auto-negotiation or write BMCR
2089 * advertising, and then restart auto-negotiation. If it is not
2119 * genphy_c37_config_aneg - restart auto-negotiation or write BMCR
2123 * advertising, and then restart auto-negotiation. If it is not
2153 changed = 1; /* do restart aneg */
2156 /* Only restart aneg if we are advertising something different