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