table of contents
other versions
PHY_TRIGGER_MACHINE(9) | Network device support | PHY_TRIGGER_MACHINE(9) |
NAME¶
phy_trigger_machine - trigger the state machine to run
SYNOPSIS¶
void phy_trigger_machine(struct phy_device * phydev, bool sync);
ARGUMENTS¶
struct phy_device * phydev
the phy_device struct
bool sync
indicate whether we should wait for the workqueue
cancelation
DESCRIPTION¶
There has been a change in state which requires that the state machine runs.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |