1PHY_ERROR(9) Network device support PHY_ERROR(9)
23
4
NAME
6phy_error - enter HALTED state for this PHY device
7
SYNOPSIS
9void phy_error(struct phy_device * phydev);
10
ARGUMENTS
12phydev
13target phy_device struct
14
DESCRIPTION
16Moves the PHY to the HALTED state in response to a read or write error,
17and tells the controller the link is down. Must not be called from
18interrupt context, or while the phydev->lock is held.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 PHY_ERROR(9)