Searched refs:next_state (Results 1 – 5 of 5) sorted by relevance
285 enum umac_reset_state next_state) in dp_umac_reset_validate_n_update_state_machine_on_rx() argument300 umac_reset_ctx->current_state = next_state; in dp_umac_reset_validate_n_update_state_machine_on_rx()768 enum umac_reset_state next_state; in dp_umac_reset_notify_target() local775 next_state = UMAC_RESET_STATE_WAIT_FOR_DO_PRE_RESET; in dp_umac_reset_notify_target()780 next_state = UMAC_RESET_STATE_WAIT_FOR_DO_POST_RESET_START; in dp_umac_reset_notify_target()785 next_state = UMAC_RESET_STATE_WAIT_FOR_DO_POST_RESET_COMPLETE; in dp_umac_reset_notify_target()790 next_state = UMAC_RESET_STATE_WAIT_FOR_TRIGGER; in dp_umac_reset_notify_target()805 umac_reset_ctx->current_state = next_state; in dp_umac_reset_notify_target()828 enum umac_reset_state next_state) in dp_umac_reset_notify_completion() argument840 umac_reset_ctx->current_state = next_state; in dp_umac_reset_notify_completion()[all …]
332 enum umac_reset_state next_state);
195 uint8_t state, next_state; in wlan_sm_validate_state_info() local216 next_state = state_info[state].parent_state; in wlan_sm_validate_state_info()217 if (next_state != WLAN_SM_ENGINE_STATE_NONE) { in wlan_sm_validate_state_info()218 if (!state_info[next_state].has_substates) { in wlan_sm_validate_state_info()221 name, next_state, state); in wlan_sm_validate_state_info()225 state = next_state; in wlan_sm_validate_state_info()
394 enum mlo_link_switch_req_state cur_state, next_state; in mlo_mgr_link_switch_trans_next_state() local400 next_state = MLO_LINK_SWITCH_STATE_INIT; in mlo_mgr_link_switch_trans_next_state()403 next_state = MLO_LINK_SWITCH_STATE_DISCONNECT_CURR_LINK; in mlo_mgr_link_switch_trans_next_state()406 next_state = MLO_LINK_SWITCH_STATE_SET_MAC_ADDR; in mlo_mgr_link_switch_trans_next_state()409 next_state = MLO_LINK_SWITCH_STATE_CONNECT_NEW_LINK; in mlo_mgr_link_switch_trans_next_state()412 next_state = MLO_LINK_SWITCH_STATE_COMPLETE_SUCCESS; in mlo_mgr_link_switch_trans_next_state()415 next_state = MLO_LINK_SWITCH_STATE_IDLE; in mlo_mgr_link_switch_trans_next_state()418 next_state = cur_state; in mlo_mgr_link_switch_trans_next_state()426 mlo_dev_ctx->link_ctx->last_req.state = next_state; in mlo_mgr_link_switch_trans_next_state()435 enum mlo_link_switch_req_state next_state = in mlo_mgr_link_switch_trans_abort_state() local[all …]