Searched defs:scsi_cdb10 (Results 1 – 1 of 1) sorted by relevance
206 struct scsi_cdb10 { struct207 u_char cmd; /* command code */208 u_char lun: 3, /* logical unit on ctlr */211 u_char lbah; /* msb of read/write logical block addr */212 u_char lbahm; /* high middle byte of l.b.a. */213 u_char lbalm; /* low middle byte of l.b.a. */214 u_char lbal; /* lsb of l.b.a. */215 u_char reserved;216 u_char lenh; /* msb transfer length */217 u_char lenl; /* lsb transfer length */[all …]