Lines Matching refs:destination_state
182 if (sci_rnc->destination_state != RNC_DEST_FINAL) { in sci_remote_node_context_setup_to_resume()
183 sci_rnc->destination_state = dest_param; in sci_remote_node_context_setup_to_resume()
198 sci_rnc->destination_state = RNC_DEST_FINAL; in sci_remote_node_context_setup_to_destroy()
224 switch (rnc->destination_state) { in sci_remote_node_context_continue_state_transitions()
227 rnc->destination_state = RNC_DEST_READY; in sci_remote_node_context_continue_state_transitions()
234 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_continue_state_transitions()
285 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_initial_state_enter()
336 dest_select = rnc->destination_state; in sci_remote_node_context_ready_state_enter()
337 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_ready_state_enter()
423 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_construct()
447 if (sci_rnc->destination_state == RNC_DEST_FINAL) in sci_remote_node_context_event_handler()
586 sci_rnc->destination_state, suspend_reason, in sci_remote_node_context_suspend()
591 (sci_rnc->destination_state == RNC_DEST_FINAL)) in sci_remote_node_context_suspend()
592 dest_param = sci_rnc->destination_state; in sci_remote_node_context_suspend()
598 if (sci_rnc->destination_state == RNC_DEST_FINAL) { in sci_remote_node_context_suspend()
612 if (sci_rnc->destination_state != RNC_DEST_FINAL) in sci_remote_node_context_suspend()
613 sci_rnc->destination_state = RNC_DEST_SUSPENDED; in sci_remote_node_context_suspend()
637 sci_rnc->destination_state = dest_param; in sci_remote_node_context_suspend()
674 sci_rnc->destination_state, in sci_remote_node_context_resume()
697 switch (sci_rnc->destination_state) { in sci_remote_node_context_resume()
729 (sci_rnc->destination_state == RNC_DEST_FINAL)) in sci_remote_node_context_resume()