Searched defs:ConfigureEndpointCommandTrb (Results 1 – 2 of 2) sorted by relevance
471 pub struct ConfigureEndpointCommandTrb { struct472 input_context_pointer: B64,473 reserved0: B32,474 cycle: bool,475 reserved1: B8,476 deconfigure: bool,477 trb_type: TrbType,478 reserved2: B8,479 slot_id: B8,646 impl TypedTrb for ConfigureEndpointCommandTrb { implementation[all …]
503 trb: &ConfigureEndpointCommandTrb, in configure_endpoint()