Lines Matching refs:state_work
1517 enum phy_state_work state_work = PHY_STATE_WORK_NONE; in _phy_state_machine() local
1529 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1544 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1552 state_work = PHY_STATE_WORK_ANEG; in _phy_state_machine()
1577 state_work = PHY_STATE_WORK_SUSPEND; in _phy_state_machine()
1581 if (state_work == PHY_STATE_WORK_ANEG) { in _phy_state_machine()
1587 return state_work; in _phy_state_machine()
1606 return state_work; in _phy_state_machine()
1611 enum phy_state_work state_work) in _phy_state_machine_post_work() argument
1613 if (state_work == PHY_STATE_WORK_SUSPEND) in _phy_state_machine_post_work()
1626 enum phy_state_work state_work; in phy_state_machine() local
1629 state_work = _phy_state_machine(phydev); in phy_state_machine()
1632 _phy_state_machine_post_work(phydev, state_work); in phy_state_machine()
1642 enum phy_state_work state_work; in phy_stop() local
1666 state_work = _phy_state_machine(phydev); in phy_stop()
1669 _phy_state_machine_post_work(phydev, state_work); in phy_stop()