Lines Matching refs:next_state

39 	unsigned next_state, delay;  in sirdev_tx_complete_fsm()  local
43 next_state = fsm->substate; /* default: stay in current substate */ in sirdev_tx_complete_fsm()
54 next_state = SIRDEV_STATE_WAIT_UNTIL_SENT; in sirdev_tx_complete_fsm()
78 next_state = SIRDEV_STATE_TX_DONE; in sirdev_tx_complete_fsm()
88 fsm->substate = next_state; in sirdev_tx_complete_fsm()
108 int next_state; in sirdev_config_fsm() local
118 next_state = fsm->state; in sirdev_config_fsm()
128 next_state = SIRDEV_STATE_ERROR; in sirdev_config_fsm()
137 next_state = SIRDEV_STATE_ERROR; in sirdev_config_fsm()
149 next_state = SIRDEV_STATE_DONGLE_RESET; in sirdev_config_fsm()
159 next_state = SIRDEV_STATE_ERROR; in sirdev_config_fsm()
166 next_state = SIRDEV_STATE_ERROR; in sirdev_config_fsm()
169 next_state = SIRDEV_STATE_DONE; in sirdev_config_fsm()
176 next_state = SIRDEV_STATE_DONE; in sirdev_config_fsm()
181 next_state = SIRDEV_STATE_DONGLE_CHECK; in sirdev_config_fsm()
188 next_state = SIRDEV_STATE_ERROR; in sirdev_config_fsm()
196 next_state = SIRDEV_STATE_DONGLE_RESET; in sirdev_config_fsm()
200 next_state = SIRDEV_STATE_PORT_SPEED; in sirdev_config_fsm()
209 next_state = SIRDEV_STATE_ERROR; in sirdev_config_fsm()
220 next_state = SIRDEV_STATE_DONGLE_SPEED; in sirdev_config_fsm()
229 next_state = SIRDEV_STATE_ERROR; in sirdev_config_fsm()
236 next_state = SIRDEV_STATE_PORT_SPEED; in sirdev_config_fsm()
244 next_state = SIRDEV_STATE_DONE; in sirdev_config_fsm()
250 next_state = SIRDEV_STATE_COMPLETE; in sirdev_config_fsm()
275 fsm->state = next_state; in sirdev_config_fsm()