Searched defs:scsi_cdb6 (Results 1 – 1 of 1) sorted by relevance
196 struct scsi_cdb6 { struct197 u_char cmd; /* command code */198 u_char lun: 3, /* logical unit on ctlr */199 lbah: 5; /* msb of read/write logical block addr */200 u_char lbam; /* middle byte of l.b.a. */201 u_char lbal; /* lsb of l.b.a. */202 u_char len; /* transfer length */203 u_char xtra;