Lines Matching defs:ResetEndpointCommandTrb
497 pub struct ResetEndpointCommandTrb { struct
498 reserved0: B32,
499 reserved1: B32,
500 reserved2: B32,
501 cycle: bool,
502 reserved3: B8,
503 transfer_state_preserve: B1,
504 trb_type: TrbType,
505 endpoint_id: B5,
506 reserved4: B3,
507 slot_id: B8,
655 impl TypedTrb for ResetEndpointCommandTrb { implementation
732 unsafe impl DataInit for ResetEndpointCommandTrb {} implementation
760 unsafe impl TrbCast for ResetEndpointCommandTrb {} implementation