Searched defs:scsi_cdb10 (Results 1 – 3 of 3) sorted by relevance
87 struct scsi_cdb10 { struct88 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 */[all …]
205 struct scsi_cdb10 { struct206 uint8_t cmd; /* command code */207 uint8_t lun: 3, /* logical unit on ctlr */210 uint8_t lbah; /* msb of read/write logical block addr */211 uint8_t lbahm; /* high middle byte of l.b.a. */212 uint8_t lbalm; /* low middle byte of l.b.a. */213 uint8_t lbal; /* lsb of l.b.a. */214 uint8_t reserved;215 uint8_t lenh; /* msb transfer length */216 uint8_t lenl; /* lsb transfer length */[all …]
230 struct scsi_cdb10 { struct231 u_char cmd; /* command code */232 u_char lun: 3, /* logical unit on ctlr */235 u_char lbah; /* msb of read/write logical block addr */236 u_char lbahm; /* high middle byte of l.b.a. */237 u_char lbalm; /* low middle byte of l.b.a. */238 u_char lbal; /* lsb of l.b.a. */239 u_char reserved;240 u_char lenh; /* msb transfer length */241 u_char lenl; /* lsb transfer length */[all …]