FreeBSD kernel usb device Code
__packed Struct Reference

Data Fields

uDWord dCBWSignature
 
uDWord dCBWTag
 
uDWord dCBWDataTransferLength
 
uByte bCBWFlags
 
uByte bCBWLUN
 
uByte bCDBLength
 
uByte CBWCDB [CBWCDBLENGTH]
 
uDWord dCSWSignature
 
uDWord dCSWTag
 
uDWord dCSWDataResidue
 
uByte bCSWStatus
 
struct {
   uint8_t   type
 
   uint8_t   value
 
common
 
struct {
   uint8_t   asc
 
   uint8_t   ascq
 
ufi
 

Detailed Description

Definition at line 243 of file umass.c.

Field Documentation

◆ asc

uint8_t __packed::asc

Definition at line 292 of file umass.c.

◆ ascq

uint8_t __packed::ascq

Definition at line 293 of file umass.c.

◆ bCBWFlags

uByte __packed::bCBWFlags

Definition at line 248 of file umass.c.

◆ bCBWLUN

uByte __packed::bCBWLUN

Definition at line 251 of file umass.c.

◆ bCDBLength

uByte __packed::bCDBLength

Definition at line 252 of file umass.c.

◆ bCSWStatus

uByte __packed::bCSWStatus

Definition at line 267 of file umass.c.

◆ CBWCDB

uByte __packed::CBWCDB

Definition at line 254 of file umass.c.

◆ 

struct { ... } __packed::common

◆ dCBWDataTransferLength

uDWord __packed::dCBWDataTransferLength

Definition at line 247 of file umass.c.

◆ dCBWSignature

uDWord __packed::dCBWSignature

Definition at line 244 of file umass.c.

◆ dCBWTag

uDWord __packed::dCBWTag

Definition at line 246 of file umass.c.

◆ dCSWDataResidue

uDWord __packed::dCSWDataResidue

Definition at line 266 of file umass.c.

◆ dCSWSignature

uDWord __packed::dCSWSignature

Definition at line 261 of file umass.c.

◆ dCSWTag

uDWord __packed::dCSWTag

Definition at line 265 of file umass.c.

◆ type

uint8_t __packed::type

Definition at line 281 of file umass.c.

◆ 

struct { ... } __packed::ufi

◆ value

uint8_t __packed::value

Definition at line 283 of file umass.c.


The documentation for this struct was generated from the following files: