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