Searched defs:CommandCompletionEventTrb (Results 1 – 1 of 1) sorted by relevance
575 pub struct CommandCompletionEventTrb { struct576 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 …]