Home
last modified time | relevance | path

Searched defs:NCR53c7x0_hostdata (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
D53c7,8xx.h1149 struct NCR53c7x0_hostdata { struct
1150 int size; /* Size of entire Scsi_Host
1152 int board; /* set to board type, useful if
1158 int chip; /* set to chip type; 700-66 is
1167 unsigned char pci_bus, pci_device_fn;
1168 unsigned pci_valid:1;
1170 u32 *dsp; /* dsp to restart with after
1174 unsigned dsp_changed:1; /* Has dsp changed within this
1177 unsigned char dstat; /* Most recent value of dstat */
1178 unsigned dstat_valid:1;
[all …]
D53c7xx.h1159 struct NCR53c7x0_hostdata { struct
1160 int size; /* Size of entire Scsi_Host
1162 int board; /* set to board type, useful if
1168 int chip; /* set to chip type; 700-66 is
1172 char valid_ids[8]; /* Valid SCSI ID's for adapter */
1174 u32 *dsp; /* dsp to restart with after
1178 unsigned dsp_changed:1; /* Has dsp changed within this
1181 unsigned char dstat; /* Most recent value of dstat */
1182 unsigned dstat_valid:1;
1184 unsigned expecting_iid:1; /* Expect IID interrupt */
[all …]