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