Lines Matching defs:AddressDeviceCommandTrb
459 pub struct AddressDeviceCommandTrb { struct
460 input_context_pointer: B64,
461 reserved: B32,
462 cycle: bool,
463 reserved2: B8,
464 block_set_address_request: bool,
465 trb_type: TrbType,
466 reserved3: B8,
467 slot_id: B8,
643 impl TypedTrb for AddressDeviceCommandTrb { implementation
729 unsafe impl DataInit for AddressDeviceCommandTrb {} implementation
757 unsafe impl TrbCast for AddressDeviceCommandTrb {} implementation