Home
last modified time | relevance | path

Searched refs:sci_remote_node_context (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/scsi/isci/
Dremote_node_context.h88 struct sci_remote_node_context;
160 struct sci_remote_node_context { struct
200 void sci_remote_node_context_construct(struct sci_remote_node_context *rnc, argument
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,
[all …]
Dremote_node_context.c85 struct sci_remote_node_context *sci_rnc) 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()
114 static void sci_remote_node_context_construct_buffer(struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_construct_buffer()
172 struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_setup_to_resume()
187 struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_setup_to_destroy()
205 struct sci_remote_node_context *rnc) in sci_remote_node_context_notify_user()
215 static void sci_remote_node_context_continue_state_transitions(struct sci_remote_node_context *rnc) in sci_remote_node_context_continue_state_transitions()
232 static void sci_remote_node_context_validate_context_buffer(struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_validate_context_buffer()
254 static void sci_remote_node_context_invalidate_context_buffer(struct sci_remote_node_context *sci_r… in sci_remote_node_context_invalidate_context_buffer()
270 struct sci_remote_node_context *rnc = container_of(sm, typeof(*rnc), sm); in sci_remote_node_context_initial_state_enter()
[all …]
Dremote_device.h100 struct sci_remote_node_context rnc;
289 static inline struct isci_remote_device *rnc_to_dev(struct sci_remote_node_context *rnc) in rnc_to_dev()