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.rs572 pub struct CommandCompletionEventTrb { struct
573 trb_pointer: B64,
574 command_completion_parameter: B24,
575 completion_code: TrbCompletionCode,
576 cycle: bool,
577 reserved: B9,
578 trb_type: TrbType,
579 vf_id: B8,
580 slot_id: B8,
674 impl TypedTrb for CommandCompletionEventTrb { implementation
[all …]