Lines Matching defs:myrb_dcdb
530 struct myrb_dcdb { struct
531 unsigned target:4; /* Byte 0 Bits 0-3 */
532 unsigned channel:4; /* Byte 0 Bits 4-7 */
533 enum {
538 } __packed data_xfer:2; /* Byte 1 Bits 0-1 */
539 unsigned early_status:1; /* Byte 1 Bit 2 */
540 unsigned rsvd1:1; /* Byte 1 Bit 3 */
541 enum {
546 } __packed timeout:2; /* Byte 1 Bits 4-5 */
547 unsigned no_autosense:1; /* Byte 1 Bit 6 */
548 unsigned allow_disconnect:1; /* Byte 1 Bit 7 */
549 unsigned short xfer_len_lo; /* Bytes 2-3 */
550 u32 dma_addr; /* Bytes 4-7 */
551 unsigned char cdb_len:4; /* Byte 8 Bits 0-3 */
552 unsigned char xfer_len_hi4:4; /* Byte 8 Bits 4-7 */
553 unsigned char sense_len; /* Byte 9 */
554 unsigned char cdb[12]; /* Bytes 10-21 */
555 unsigned char sense[64]; /* Bytes 22-85 */
556 unsigned char status; /* Byte 86 */
557 unsigned char rsvd2; /* Byte 87 */