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