Searched refs:sci_rnc (Results 1 – 2 of 2) sorted by relevance
85 struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_is_ready() argument87 u32 current_state = sci_rnc->sm.current_state_id; in sci_remote_node_context_is_ready()96 bool sci_remote_node_context_is_suspended(struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_is_suspended() argument98 u32 current_state = sci_rnc->sm.current_state_id; in sci_remote_node_context_is_suspended()114 static void sci_remote_node_context_construct_buffer(struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_construct_buffer() argument116 struct isci_remote_device *idev = rnc_to_dev(sci_rnc); in sci_remote_node_context_construct_buffer()118 int rni = sci_rnc->remote_node_index; in sci_remote_node_context_construct_buffer()172 struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_setup_to_resume() argument177 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()[all …]
205 struct sci_remote_node_context *sci_rnc);207 bool sci_remote_node_context_is_suspended(struct sci_remote_node_context *sci_rnc);209 enum sci_status sci_remote_node_context_event_handler(struct sci_remote_node_context *sci_rnc,211 enum sci_status sci_remote_node_context_destruct(struct sci_remote_node_context *sci_rnc,214 enum sci_status sci_remote_node_context_suspend(struct sci_remote_node_context *sci_rnc,217 enum sci_status sci_remote_node_context_resume(struct sci_remote_node_context *sci_rnc,220 enum sci_status sci_remote_node_context_start_task(struct sci_remote_node_context *sci_rnc,224 enum sci_status sci_remote_node_context_start_io(struct sci_remote_node_context *sci_rnc,227 struct sci_remote_node_context *sci_rnc);230 struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_is_being_destroyed() argument[all …]