Lines Matching defs:DisableSlotCommandTrb
446 pub struct DisableSlotCommandTrb { struct
447 reserved0: B32,
448 reserved1: B32,
449 reserved2: B32,
450 cycle: bool,
451 reserved3: B9,
452 trb_type: TrbType,
453 reserved4: B8,
454 slot_id: B8,
639 impl TypedTrb for DisableSlotCommandTrb { implementation
728 unsafe impl DataInit for DisableSlotCommandTrb {} implementation
756 unsafe impl TrbCast for DisableSlotCommandTrb {} implementation