table of contents
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¶
phydev
the phy_device struct
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¶
June 2024 | Kernel Hackers Manual 3.10 |