• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:__u8

184     __u8 error:1;     /* previous command ended in an error	      */
185 __u8 more:1; /* more DATA coming soon, poll BSY & DRQ (PIO) */
186 __u8 corr:1; /* data read was successfully corrected with ECC*/
187 __u8 drq:1; /* data request active */
188 __u8 sc:1; /* seek complete */
189 __u8 fault:1; /* write fault */
190 __u8 ready:1; /* drive ready */
191 __u8 busy:1; /* controller busy */
195 __u8 abusy:1; /* auxiliary busy */
196 __u8 irq:1; /* set when drive interrupt is asserted */
197 __u8 dummy:6;
201 __u8 data_reg[2]; /* R, couldn't figure this one out */
202 __u8 cp_addr[4]; /* W, CP address register */
204 __u8 command; /* W, command code: [read|set] conf, send CP*/
206 __u8 statusbyte;
214 __u8 version2:4,
216 __u8 OCS_enabled:1, /* Overlap Command Support enabled */
229 __u8 scsi_id[4]; /* SCSI ID of controller 2-0 Byte 0 res. *
237 __u8 IRQ:4, /* IRQ used this HA */
241 __u8 sync; /* device at ID 7 tru 0 is running in *
243 __u8 DSBLE:1, /* ISA i/o addressing is disabled */
248 __u8 MAX_ID:5, /* Max number of SCSI target IDs */
250 __u8 MAX_LUN; /* Max number of LUNs */
251 __u8 :3,
257 __u8 RAIDNUM; /* unique HBA identifier */
258 __u8 unused[474];
269 __u8 SCSI_Reset:1, /* Cause a SCSI Bus reset on the cmd */
277 __u8 reqlen; /* Request Sense Length *
279 __u8 unused[3];
280 __u8 FWNEST:1, /* send cmd to phys RAID component */
282 __u8 Phsunit:1, /* physical unit on mirrored pair */
287 __u8 cp_id:5, /* SCSI Device ID of target */
289 __u8 cp_lun:3,
294 __u8 cp_msg1; /* Message bytes 0-3 */
295 __u8 cp_msg2;
296 __u8 cp_msg3;
297 __u8 cp_cdb[12]; /* Command Descriptor Block */
309 __u8 sizeindex;
310 __u8 rw_latency;
311 __u8 retries;
312 __u8 status; /* status of this queueslot */
319 __u8 hba_stat:7, /* HBA status */
321 __u8 scsi_stat; /* Target SCSI status */
322 __u8 reserved[2];
325 __u8 msg[12];
329 __u8 vendor[9];
330 __u8 name[18];
331 __u8 revision[6];
332 __u8 EATA_revision;
334 __u8 HBA_number;
335 __u8 bustype; /* bustype of HBA */
336 __u8 channel; /* # of avail. scsi channels */
337 __u8 state; /* state of HBA */
338 __u8 primary; /* true if primary */
339 __u8 more_support:1, /* HBA supports MORE flag */
343 __u8 do_latency; /* Latency measurement flag */
349 __u8 resetlevel[MAXCHANNEL];
356 __u8 hostid; /* SCSI ID of HBA */
357 __u8 moresupport; /* HBA supports MORE flag */
367 __u8 trans; /* translation flag 1=transl */
368 __u8 channel; /* SCSI channel number */
369 __u8 HBA; /* HBA number (prim/sec) */
370 __u8 id; /* drive id */
371 __u8 lun; /* drive lun */
378 __u8 bios_drives; /* number of emulated drives */