Home
last modified time | relevance | path

Searched refs:the_template (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DAM53C974.c384 static Scsi_Host_Template *the_template; variable
737 search && (((the_template != NULL) && (search->hostt != the_template)) || in AM53C974_init()
751 if (!the_template) { in AM53C974_init()
752 the_template = instance->hostt; in AM53C974_init()
969 for (instance = first_instance; instance && instance->hostt == the_template; in AM53C974_main()
1120 if ((instance->irq == irq) && (instance->hostt == the_template)) in AM53C974_intr()
DNCR5380.c320 static Scsi_Host_Template *the_template = NULL; variable
994 if (!the_template) { in NCR5380_init()
995 the_template = instance->hostt; in NCR5380_init()
1171 …for (instance = first_instance; instance && instance->hostt == the_template; instance = instance->… in NCR5380_main()
1301 …for (instance = first_instance; instance && (instance->hostt == the_template); instance = instance… in NCR5380_intr()
D53c7,8xx.c292 static Scsi_Host_Template *the_template = NULL; variable
664 } else if (h->hostt != the_template) { in find_host()
1072 if (!the_template) { in NCR53c7x0_init()
1073 the_template = host->hostt; in NCR53c7x0_init()
1106 for (search = first_host; search && !(search->hostt == the_template && in NCR53c7x0_init()
3227 (host->hostt == the_template); --dev, host = host->next) in inode_to_host()
4107 for (host = first_host; host && host->hostt == the_template; in process_issue_queue()
4404 if (host->hostt == the_template && host->irq == irq) { in NCR53c7x0_intr()
6405 if (tmp->hostt == the_template && tmp->irq == host->irq)
Datari_NCR5380.c257 static Scsi_Host_Template *the_template = NULL; variable
870 if (!the_template) { in NCR5380_init()
871 the_template = instance->hostt; in NCR5380_init()
Dmac_NCR5380.c275 static Scsi_Host_Template *the_template = NULL; variable
896 if (!the_template) { in NCR5380_init()
897 the_template = instance->hostt; in NCR5380_init()
Dsun3_NCR5380.c259 static Scsi_Host_Template *the_template = NULL; variable
875 if (!the_template) { in NCR5380_init()
876 the_template = instance->hostt; in NCR5380_init()
D53c7xx.c346 static Scsi_Host_Template *the_template = NULL; variable
674 } else if (h->hostt != the_template) { in find_host()
1045 if (!the_template) { in NCR53c7x0_init()
1046 the_template = host->hostt; in NCR53c7x0_init()
3856 for (host = first_host; host && host->hostt == the_template; in process_issue_queue()
6089 if (tmp->hostt == the_template && tmp->irq == host->irq)
Dncr53c8xx.c374 static Scsi_Host_Template *the_template = NULL; variable
3864 if (!the_template) {
3865 the_template = instance->hostt;
9131 if (host->hostt == the_template && host->host_no == hostno) {