Lines Matching refs:destination_state
179 if (sci_rnc->destination_state != RNC_DEST_FINAL) { in sci_remote_node_context_setup_to_resume()
180 sci_rnc->destination_state = dest_param; in sci_remote_node_context_setup_to_resume()
195 sci_rnc->destination_state = RNC_DEST_FINAL; in sci_remote_node_context_setup_to_destroy()
221 switch (rnc->destination_state) { in sci_remote_node_context_continue_state_transitions()
224 rnc->destination_state = RNC_DEST_READY; in sci_remote_node_context_continue_state_transitions()
231 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_continue_state_transitions()
282 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_initial_state_enter()
333 dest_select = rnc->destination_state; in sci_remote_node_context_ready_state_enter()
334 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_ready_state_enter()
420 rnc->destination_state = RNC_DEST_UNSPECIFIED; in sci_remote_node_context_construct()
444 if (sci_rnc->destination_state == RNC_DEST_FINAL) in sci_remote_node_context_event_handler()
583 sci_rnc->destination_state, suspend_reason, in sci_remote_node_context_suspend()
588 (sci_rnc->destination_state == RNC_DEST_FINAL)) in sci_remote_node_context_suspend()
589 dest_param = sci_rnc->destination_state; in sci_remote_node_context_suspend()
595 if (sci_rnc->destination_state == RNC_DEST_FINAL) { in sci_remote_node_context_suspend()
609 if (sci_rnc->destination_state != RNC_DEST_FINAL) in sci_remote_node_context_suspend()
610 sci_rnc->destination_state = RNC_DEST_SUSPENDED; in sci_remote_node_context_suspend()
634 sci_rnc->destination_state = dest_param; in sci_remote_node_context_suspend()
671 sci_rnc->destination_state, in sci_remote_node_context_resume()
694 switch (sci_rnc->destination_state) { in sci_remote_node_context_resume()
726 (sci_rnc->destination_state == RNC_DEST_FINAL)) in sci_remote_node_context_resume()