Searched defs:ConfigureEndpointCommandTrb (Results 1 – 2 of 2) sorted by relevance
466 pub struct ConfigureEndpointCommandTrb { struct467 input_context_pointer: B64,468 reserved0: B32,469 cycle: bool,470 reserved1: B8,471 deconfigure: bool,472 trb_type: TrbType,473 reserved2: B8,474 slot_id: B8,641 impl TypedTrb for ConfigureEndpointCommandTrb { implementation[all …]
485 trb: &ConfigureEndpointCommandTrb, in configure_endpoint()