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.rs567 pub struct CommandCompletionEventTrb { struct
568 trb_pointer: B64,
569 command_completion_parameter: B24,
570 completion_code: TrbCompletionCode,
571 cycle: bool,
572 reserved: B9,
573 trb_type: TrbType,
574 vf_id: B8,
575 slot_id: B8,
669 impl TypedTrb for CommandCompletionEventTrb { implementation
[all …]