1PHY_START_MACHINE(9) Network device support PHY_START_MACHINE(9)
2
3
4
6 phy_start_machine - start PHY state machine tracking
7
9 void phy_start_machine(struct phy_device * phydev);
10
12 phydev
13 the phy_device struct
14
16 The PHY infrastructure can run a state machine which tracks whether the
17 PHY is starting up, negotiating, etc. This function starts the timer
18 which tracks the state of the PHY. If you want to maintain your own
19 state machine, do not call this function.
20
22Kernel Hackers Manual 3.10 June 2019 PHY_START_MACHINE(9)