Searched defs:fsg_bulk_cb_wrap (Results 1 – 2 of 2) sorted by relevance
82 struct fsg_bulk_cb_wrap { struct83 __le32 signature; /* Contains 'USBC' */84 u32 tag; /* Unique per command id */85 __le32 data_transfer_length; /* Size of the data */86 u8 flags; /* Direction in bit 7 */87 u8 lun; /* lun (normally 0) */88 u8 length; /* Of the CDB, <= MAX_COMMAND_SIZE */89 u8 CDB[16]; /* Command Data Block */
175 struct fsg_bulk_cb_wrap { struct176 __le32 Signature; /* Contains 'USBC' */177 u32 Tag; /* Unique per command id */178 __le32 DataTransferLength; /* Size of the data */179 u8 Flags; /* Direction in bit 7 */180 u8 Lun; /* LUN (normally 0) */181 u8 Length; /* Of the CDB, <= MAX_COMMAND_SIZE */182 u8 CDB[16]; /* Command Data Block */