Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dstorage.h54 struct bulk_cb_wrap { struct
55 __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 */