Lines Matching defs:ResetDeviceCommandTrb
544 pub struct ResetDeviceCommandTrb { struct
545 reserved0: B32,
546 reserved1: B32,
547 reserved2: B32,
548 cycle: bool,
549 reserved3: B9,
550 trb_type: TrbType,
551 reserved4: B8,
552 slot_id: B8,
667 impl TypedTrb for ResetDeviceCommandTrb { implementation
735 unsafe impl DataInit for ResetDeviceCommandTrb {} implementation
763 unsafe impl TrbCast for ResetDeviceCommandTrb {} implementation