Lines Matching refs:current_state

105 	umac_reset_ctx->current_state = UMAC_RESET_STATE_WAIT_FOR_TRIGGER;  in dp_soc_umac_reset_init()
287 if (umac_reset_ctx->current_state != current_exp_state) { in dp_umac_reset_validate_n_update_state_machine_on_rx()
290 umac_reset_ctx->current_state); in dp_umac_reset_validate_n_update_state_machine_on_rx()
300 umac_reset_ctx->current_state = next_state; in dp_umac_reset_validate_n_update_state_machine_on_rx()
705 umac_reset_ctx->current_state = in dp_umac_reset_post_tx_cmd_via_shmem()
772 switch (umac_reset_ctx->current_state) { in dp_umac_reset_notify_target()
795 umac_reset_ctx->current_state); in dp_umac_reset_notify_target()
805 umac_reset_ctx->current_state = next_state; in dp_umac_reset_notify_target()
840 umac_reset_ctx->current_state = next_state; in dp_umac_reset_notify_completion()
847 enum umac_reset_state current_state; in dp_umac_wait_for_quiescent_state() local
852 current_state = soc->umac_reset_ctx.current_state; in dp_umac_wait_for_quiescent_state()
854 } while ((current_state == UMAC_RESET_STATE_DO_TRIGGER_RECEIVED) || in dp_umac_wait_for_quiescent_state()
855 (current_state == UMAC_RESET_STATE_DO_PRE_RESET_RECEIVED) || in dp_umac_wait_for_quiescent_state()
856 (current_state == UMAC_RESET_STATE_DO_POST_RESET_START_RECEIVED) || in dp_umac_wait_for_quiescent_state()
857 (current_state == UMAC_RESET_STATE_DO_POST_RESET_COMPLETE_RECEIVED)); in dp_umac_wait_for_quiescent_state()
958 enum umac_reset_state current_state) in dp_umac_reset_current_state_to_str() argument
960 switch (current_state) { in dp_umac_reset_current_state_to_str()
1034 umac_reset_ctx->current_state), in dp_umac_reset_stats_print()