Searched defs:sas_internal (Results 1 – 1 of 1) sorted by relevance
12 struct sas_internal { struct13 struct scsi_transport_template t;14 struct sas_function_template *f;15 struct sas_domain_function_template *dft;17 struct device_attribute private_host_attrs[SAS_HOST_ATTRS];41 #define to_sas_internal(tmpl) container_of(tmpl, struct sas_internal, t) argument