Searched refs:sci_remote_node_context (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/scsi/isci/ |
D | remote_node_context.h | 88 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 …]
|
D | remote_node_context.c | 85 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() 177 struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_setup_to_resume() 192 struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_setup_to_destroy() 212 struct sci_remote_node_context *rnc) in sci_remote_node_context_notify_user() 222 static void sci_remote_node_context_continue_state_transitions(struct sci_remote_node_context *rnc) in sci_remote_node_context_continue_state_transitions() 239 static void sci_remote_node_context_validate_context_buffer(struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_validate_context_buffer() 261 static void sci_remote_node_context_invalidate_context_buffer(struct sci_remote_node_context *sci_r… in sci_remote_node_context_invalidate_context_buffer() 277 struct sci_remote_node_context *rnc = container_of(sm, typeof(*rnc), sm); in sci_remote_node_context_initial_state_enter() [all …]
|
D | remote_device.h | 100 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()
|