Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dg_NCR5380.c776 struct Scsi_Host *scsi_ptr; in generic_NCR5380_proc_info() local
786 for (scsi_ptr = first_instance; scsi_ptr; scsi_ptr = scsi_ptr->next) in generic_NCR5380_proc_info()
787 if (scsi_ptr->host_no == hostno) in generic_NCR5380_proc_info()
789 NCR5380_setup(scsi_ptr); in generic_NCR5380_proc_info()
790 hostdata = (struct NCR5380_hostdata *) scsi_ptr->hostdata; in generic_NCR5380_proc_info()
792 PRINTP("SCSI host number %d : %s\n" ANDP scsi_ptr->host_no ANDP scsi_ptr->hostt->name); in generic_NCR5380_proc_info()
797 …PRINTP("NCR53C400 card%s detected\n" ANDP(((struct NCR5380_hostdata *) scsi_ptr->hostdata)->flags … in generic_NCR5380_proc_info()
804 …x, " ANDP STRVAL(NCR5380_map_config) ANDP STRVAL(NCR5380_map_name) ANDP scsi_ptr->NCR5380_instance… in generic_NCR5380_proc_info()
805 if (scsi_ptr->irq == SCSI_IRQ_NONE) in generic_NCR5380_proc_info()
808 PRINTP("on interrupt %d\n" ANDP scsi_ptr->irq); in generic_NCR5380_proc_info()
[all …]