Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/usb/
Dstorage.h52 struct bulk_cb_wrap { struct
53 __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 */