Lines Matching refs:state_work
1515 enum phy_state_work state_work = PHY_STATE_WORK_NONE; in _phy_state_machine() local
1527 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1542 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1550 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1560 state_work = PHY_STATE_WORK_SUSPEND; in _phy_state_machine()
1564 if (state_work == PHY_STATE_WORK_ANEG) { in _phy_state_machine()
1570 return state_work; in _phy_state_machine()
1589 return state_work; in _phy_state_machine()
1594 enum phy_state_work state_work) in _phy_state_machine_post_work() argument
1596 if (state_work == PHY_STATE_WORK_SUSPEND) in _phy_state_machine_post_work()
1609 enum phy_state_work state_work; in phy_state_machine() local
1612 state_work = _phy_state_machine(phydev); in phy_state_machine()
1615 _phy_state_machine_post_work(phydev, state_work); in phy_state_machine()
1625 enum phy_state_work state_work; in phy_stop() local
1649 state_work = _phy_state_machine(phydev); in phy_stop()
1652 _phy_state_machine_post_work(phydev, state_work); in phy_stop()