Home
last modified time | relevance | path

Searched defs:myrb_dcdb (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/scsi/
Dmyrb.h530 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 */
[all …]