taglinefilesource code
scsi_ptr624drivers/scsi/g_NCR5380.cstruct Scsi_Host *scsi_ptr;
scsi_ptr631drivers/scsi/g_NCR5380.cfor (scsi_ptr = first_instance; scsi_ptr; scsi_ptr=scsi_ptr->next)
scsi_ptr632drivers/scsi/g_NCR5380.cif (scsi_ptr->host_no == hostno)
scsi_ptr634drivers/scsi/g_NCR5380.cNCR5380_setup(scsi_ptr);
scsi_ptr635drivers/scsi/g_NCR5380.chostdata = (struct NCR5380_hostdata *)scsi_ptr->hostdata;
scsi_ptr637drivers/scsi/g_NCR5380.cPRINTP("SCSI host number %d : %s\n" ANDP scsi_ptr->host_no ANDP scsi_ptr->hostt->name);
scsi_ptr642drivers/scsi/g_NCR5380.cPRINTP("NCR53C400 card%s detected\n" ANDP  (((struct NCR5380_hostdata *)scsi_ptr->hostdata)->flags & FLAG_NCR53C400)?"":" not");
scsi_ptr649drivers/scsi/g_NCR5380.cPRINTP("Using %s mapping at %s 0x%x, " ANDP STRVAL(NCR5380_map_config) ANDP STRVAL(NCR5380_map_name) ANDP scsi_ptr->NCR5380_instance_name);
scsi_ptr650drivers/scsi/g_NCR5380.cif (scsi_ptr->irq == IRQ_NONE)
scsi_ptr653drivers/scsi/g_NCR5380.cPRINTP("on interrupt %d\n" ANDP scsi_ptr->irq);
scsi_ptr665drivers/scsi/g_NCR5380.cif (dev->host == scsi_ptr) {