Searched defs:bulk_cb_wrap (Results 1 – 3 of 3) sorted by relevance
49 struct bulk_cb_wrap { struct50 __le32 Signature; /* contains 'USBC' */51 __u32 Tag; /* unique per command id */52 __le32 DataTransferLength; /* size of data */53 __u8 Flags; /* direction in bit 0 */54 __u8 Lun; /* LUN normally 0 */55 __u8 Length; /* of of the CDB */56 __u8 CDB[16]; /* max command */
9 struct bulk_cb_wrap { struct10 __le32 Signature; /* contains 'USBC' */11 __u32 Tag; /* unique per command id */12 __le32 DataTransferLength; /* size of data */13 __u8 Flags; /* direction in bit 0 */14 __u8 Lun; /* LUN normally 0 */15 __u8 Length; /* of of the CDB */16 __u8 CDB[16]; /* max command */
124 struct bulk_cb_wrap { struct125 __le32 Signature; /* contains 'USBC' */126 u32 Tag; /* unique per command id */127 __le32 DataTransferLength; /* size of data */128 u8 Flags; /* direction in bit 0 */129 u8 Lun; /* LUN */130 u8 Length; /* of of the CDB */131 u8 CDB[UB_MAX_CDB_SIZE]; /* max command */