Home
last modified time | relevance | path

Searched refs:RNC_DEST_FINAL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/isci/
Dremote_node_context.c179 if (sci_rnc->destination_state != RNC_DEST_FINAL) { in sci_remote_node_context_setup_to_resume()
195 sci_rnc->destination_state = RNC_DEST_FINAL; in sci_remote_node_context_setup_to_destroy()
226 case RNC_DEST_FINAL: in sci_remote_node_context_continue_state_transitions()
444 if (sci_rnc->destination_state == RNC_DEST_FINAL) in sci_remote_node_context_event_handler()
588 (sci_rnc->destination_state == RNC_DEST_FINAL)) 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()
726 (sci_rnc->destination_state == RNC_DEST_FINAL)) in sci_remote_node_context_resume()
Dremote_node_context.h147 RNC_DEST_FINAL, enumerator
232 return (sci_rnc->destination_state == RNC_DEST_FINAL) in sci_remote_node_context_is_being_destroyed()