Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_sas_internal.h12 struct sas_internal { struct
13 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