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

/linux-master/drivers/scsi/isci/
H A Dremote_node_context.h88 struct sci_remote_node_context;
155 * struct sci_remote_node_context - This structure contains the data
160 struct sci_remote_node_context { struct
200 void sci_remote_node_context_construct(struct sci_remote_node_context *rnc,
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_rn
[all...]
H A Dremote_node_context.c85 struct sci_remote_node_context *sci_rnc)
96 bool sci_remote_node_context_is_suspended(struct sci_remote_node_context *sci_rnc)
114 static void sci_remote_node_context_construct_buffer(struct sci_remote_node_context *sci_rnc)
172 struct sci_remote_node_context *sci_rnc,
187 struct sci_remote_node_context *sci_rnc,
205 struct sci_remote_node_context *rnc)
215 static void sci_remote_node_context_continue_state_transitions(struct sci_remote_node_context *rnc)
232 static void sci_remote_node_context_validate_context_buffer(struct sci_remote_node_context *sci_rnc)
254 static void sci_remote_node_context_invalidate_context_buffer(struct sci_remote_node_context *sci_rnc)
270 struct sci_remote_node_context *rn
[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)

Completed in 168 milliseconds