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