Home
last modified time | relevance | path

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

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