Searched defs:AddressDeviceCommandTrb (Results 1 – 2 of 2) sorted by relevance
461 pub struct AddressDeviceCommandTrb { struct462 input_context_pointer: B64,463 reserved: B32,464 cycle: bool,465 reserved2: B8,466 block_set_address_request: bool,467 trb_type: TrbType,468 reserved3: B8,469 slot_id: B8,645 impl TypedTrb for AddressDeviceCommandTrb { implementation[all …]
449 trb: &AddressDeviceCommandTrb, in set_address()