Home
last modified time | relevance | path

Searched defs:sas_internal (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/
Dscsi_sas_internal.h11 struct sas_internal { struct
12 struct scsi_transport_template t;
13 struct sas_function_template *f;
14 struct sas_domain_function_template *dft;
16 struct device_attribute private_host_attrs[SAS_HOST_ATTRS];
40 #define to_sas_internal(tmpl) container_of(tmpl, struct sas_internal, t) argument