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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dmac_scsi.h63 struct Scsi_Host *_instance
66 _instance = instance
68 #define NCR5380_read(reg) macscsi_read(_instance, reg)
69 #define NCR5380_write(reg, value) macscsi_write(_instance, reg, value)
H A Dsun3_scsi.h95 struct Scsi_Host *_instance
98 _instance = instance
H A Da2091.c26 static irqreturn_t a2091_intr (int irq, void *_instance) argument
30 struct Scsi_Host *instance = (struct Scsi_Host *)_instance;
H A Dgvp11.c26 static irqreturn_t gvp11_intr (int irq, void *_instance) argument
30 struct Scsi_Host *instance = (struct Scsi_Host *)_instance;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/arm/
H A Decoscsi.c38 #define NCR5380_local_declare() struct Scsi_Host *_instance
39 #define NCR5380_setup(instance) _instance = instance
41 #define NCR5380_read(reg) ecoscsi_read(_instance, reg)
42 #define NCR5380_write(reg, value) ecoscsi_write(_instance, reg, value)
H A Doak.c26 #define NCR5380_read(reg) oakscsi_read(_instance, reg)
27 #define NCR5380_write(reg, value) oakscsi_write(_instance, reg, value)
33 #define NCR5380_local_declare() struct Scsi_Host *_instance
34 #define NCR5380_setup(instance) _instance = instance
H A Dcumana_1.c28 #define NCR5380_local_declare() struct Scsi_Host *_instance
29 #define NCR5380_setup(instance) _instance = instance
30 #define NCR5380_read(reg) cumanascsi_read(_instance, reg)
31 #define NCR5380_write(reg, value) cumanascsi_write(_instance, reg, value)

Completed in 165 milliseconds