Lines Matching refs:scsi_host_template
103 "struct scsi_host_template", an instance of which is passed to
106 struct scsi_host_template. Defining an instance of struct
107 scsi_host_template at file scope will cause NULL to be placed in function
439 struct Scsi_Host * scsi_host_alloc(struct scsi_host_template * sht,
494 struct Scsi_Host * scsi_register(struct scsi_host_template * sht,
627 pointers are placed in an instance of struct scsi_host_template which
638 of a "struct scsi_host_template" instance. A pointer to such an instance
643 file immediately above their definition point in "struct scsi_host_template".
1037 struct scsi_host_template
1039 There is one "struct scsi_host_template" instance per LLD [#]_. It is
1063 struct scsi_host_template for each class). argument
1069 with "struct scsi_host_template". When a new struct Scsi_Host instance
1071 initialized from the driver's struct scsi_host_template instance. Members
1102 - pointer to driver's struct scsi_host_template from which
1271 The struct scsi_host_template::use_new_eh_code flag has been removed.
1279 struct SHT has been renamed to struct scsi_host_template.