Lines Matching refs:state_work
1400 enum phy_state_work state_work = PHY_STATE_WORK_NONE; in _phy_state_machine() local
1412 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1424 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1432 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1442 state_work = PHY_STATE_WORK_SUSPEND; in _phy_state_machine()
1446 if (state_work == PHY_STATE_WORK_ANEG) { in _phy_state_machine()
1452 return state_work; in _phy_state_machine()
1470 return state_work; in _phy_state_machine()
1475 enum phy_state_work state_work) in _phy_state_machine_post_work() argument
1477 if (state_work == PHY_STATE_WORK_SUSPEND) in _phy_state_machine_post_work()
1490 enum phy_state_work state_work; in phy_state_machine() local
1493 state_work = _phy_state_machine(phydev); in phy_state_machine()
1496 _phy_state_machine_post_work(phydev, state_work); in phy_state_machine()
1506 enum phy_state_work state_work; in phy_stop() local
1530 state_work = _phy_state_machine(phydev); in phy_stop()
1533 _phy_state_machine_post_work(phydev, state_work); in phy_stop()