Lines Matching refs:destination_state
177 if (sci_rnc->destination_state != RNC_DEST_FINAL) { in sci_remote_node_context_setup_to_resume()
178 sci_rnc->destination_state = dest_param; in sci_remote_node_context_setup_to_resume()
193 sci_rnc->destination_state = RNC_DEST_FINAL; in sci_remote_node_context_setup_to_destroy()
217 switch (rnc->destination_state) { in sci_remote_node_context_continue_state_transitions()
220 rnc->destination_state = RNC_DEST_READY; in sci_remote_node_context_continue_state_transitions()
227 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_continue_state_transitions()
278 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_initial_state_enter()
329 dest_select = rnc->destination_state; in sci_remote_node_context_ready_state_enter()
330 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_ready_state_enter()
416 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_construct()
440 if (sci_rnc->destination_state == RNC_DEST_FINAL) in sci_remote_node_context_event_handler()
579 sci_rnc->destination_state, suspend_reason, in sci_remote_node_context_suspend()
584 (sci_rnc->destination_state == RNC_DEST_FINAL)) in sci_remote_node_context_suspend()
585 dest_param = sci_rnc->destination_state; in sci_remote_node_context_suspend()
591 if (sci_rnc->destination_state == RNC_DEST_FINAL) { in sci_remote_node_context_suspend()
605 if (sci_rnc->destination_state != RNC_DEST_FINAL) in sci_remote_node_context_suspend()
606 sci_rnc->destination_state = RNC_DEST_SUSPENDED; in sci_remote_node_context_suspend()
630 sci_rnc->destination_state = dest_param; in sci_remote_node_context_suspend()
667 sci_rnc->destination_state, in sci_remote_node_context_resume()
690 switch (sci_rnc->destination_state) { in sci_remote_node_context_resume()
722 (sci_rnc->destination_state == RNC_DEST_FINAL)) in sci_remote_node_context_resume()