Lines Matching defs:StopEndpointCommandTrb
512 pub struct StopEndpointCommandTrb { struct
513 reserved0: B32,
514 reserved1: B32,
515 reserved2: B32,
516 cycle: bool,
517 reserved3: B9,
518 trb_type: TrbType,
519 endpoint_id: B5,
520 reserved4: B2,
521 suspend: B1,
522 slot_id: B8,
659 impl TypedTrb for StopEndpointCommandTrb { implementation
733 unsafe impl DataInit for StopEndpointCommandTrb {} implementation
761 unsafe impl TrbCast for StopEndpointCommandTrb {} implementation