Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs573 pub struct CommandCompletionEventTrb { struct
574 trb_pointer: B64,
575 command_completion_parameter: B24,
576 completion_code: TrbCompletionCode,
577 cycle: bool,
578 reserved: B9,
579 trb_type: TrbType,
580 vf_id: B8,
581 slot_id: B8,
675 impl TypedTrb for CommandCompletionEventTrb { implementation
[all …]