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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dg_NCR5380.c769 static int generic_NCR5380_proc_info(struct Scsi_Host *scsi_ptr, char *buffer, char **start, off_t offset, int length, int inout) argument
782 NCR5380_setup(scsi_ptr);
783 hostdata = (struct NCR5380_hostdata *) scsi_ptr->hostdata;
785 spin_lock_irqsave(scsi_ptr->host_lock, flags);
786 PRINTP("SCSI host number %d : %s\n" ANDP scsi_ptr->host_no ANDP scsi_ptr->hostt->name);
791 PRINTP("NCR53C400 card%s detected\n" ANDP(((struct NCR5380_hostdata *) scsi_ptr->hostdata)->flags & FLAG_NCR53C400) ? "" : " not");
798 PRINTP("Using %s mapping at %s 0x%lx, " ANDP STRVAL(NCR5380_map_config) ANDP STRVAL(NCR5380_map_name) ANDP scsi_ptr->NCR5380_instance_name);
799 if (scsi_ptr->irq == SCSI_IRQ_NONE)
802 PRINTP("on interrupt %d\n" ANDP scsi_ptr
[all...]

Completed in 156 milliseconds