Searched defs:bulk_cb_wrap (Results 1 – 1 of 1) sorted by relevance
54 struct bulk_cb_wrap { struct55 __le32 Signature; /* contains 'USBC' */56 __u32 Tag; /* unique per command id */57 __le32 DataTransferLength; /* size of data */58 __u8 Flags; /* direction in bit 0 */59 __u8 Lun; /* LUN normally 0 */60 __u8 Length; /* length of the CDB */61 __u8 CDB[16]; /* max command */