Lines Matching refs:scsi_host_template
100 "struct scsi_host_template", an instance of which is passed to
103 struct scsi_host_template. Defining an instance of struct
104 scsi_host_template at file scope will cause NULL to be placed in function
235 instance of struct scsi_host_template with the name "driver_template"
237 static struct scsi_host_template driver_template = {
512 struct Scsi_Host * scsi_host_alloc(struct scsi_host_template * sht,
587 struct Scsi_Host * scsi_register(struct scsi_host_template * sht,
720 pointers are placed in an instance of struct scsi_host_template which
729 of a "struct scsi_host_template" instance. A pointer to such an instance
734 file immediately above their definition point in "struct scsi_host_template".
806 int detect(struct scsi_host_template * shtp)
1172 struct scsi_host_template
1174 There is one "struct scsi_host_template" instance per LLD ***. It is
1191 struct scsi_host_template for each class).
1197 with "struct scsi_host_template". When a new struct Scsi_Host instance
1199 initialized from the driver's struct scsi_host_template instance. Members
1225 hostt - pointer to driver's struct scsi_host_template from which
1372 The struct scsi_host_template::use_new_eh_code flag has been removed.
1380 struct SHT has been renamed to struct scsi_host_template.