1. NAME

phy_error - enter HALTED state for this PHY device

2. SYNOPSIS

void phy_error(struct phy_device *  phydev );

3. ARGUMENTS

phydev
    target phy_device struct

4. DESCRIPTION

Moves the PHY to the HALTED state in response to a read or write error, and tells the controller the link is down. Must not be called from interrupt context, or while the phydev->lock is held.

5. COPYRIGHT