Lines Matching defs:scsi_cdb10
87 struct scsi_cdb10 { struct
88 uint8_t cmd; /* command code */
89 uint8_t lun: 3, /* logical unit on ctlr */
92 uint8_t lbah; /* msb of read/write logical block addr */
93 uint8_t lbahm; /* high middle byte of l.b.a. */
94 uint8_t lbalm; /* low middle byte of l.b.a. */
95 uint8_t lbal; /* lsb of l.b.a. */
96 uint8_t reserved;
97 uint8_t lenh; /* msb transfer length */
98 uint8_t lenl; /* lsb transfer length */
99 uint8_t xtra;