Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/isci/
H A 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);
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,
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);
[all …]
H A Dremote_node_context.c85 struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_is_ready()
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()
270 struct sci_remote_node_context *rnc = container_of(sm, typeof(*rnc), sm); in sci_remote_node_context_initial_state_enter()
295 struct sci_remote_node_context *rnc = container_of(sm, typeof(*rnc), sm); in sci_remote_node_context_invalidating_state_enter()
375 struct sci_remote_node_context *rnc in sci_remote_node_context_await_suspend_state_exit()
413 memset(rnc, 0, sizeof(struct sci_remote_node_context)); in sci_remote_node_context_construct()
564 struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_suspend()
770 struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_start_task()
[all …]
H A 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()