Lines Matching defs:SetTRDequeuePointerCommandTrb
527 pub struct SetTRDequeuePointerCommandTrb { struct
528 dequeue_cycle_state: bool,
529 stream_context_type: B3,
530 dequeue_ptr: DequeuePtr,
531 reserved0: B16,
532 stream_id: B16,
533 cycle: bool,
534 reserved1: B9,
535 trb_type: TrbType,
536 endpoint_id: B5,
537 reserved3: B2,
538 suspend: B1,
539 slot_id: B8,
663 impl TypedTrb for SetTRDequeuePointerCommandTrb { implementation
734 unsafe impl DataInit for SetTRDequeuePointerCommandTrb {} implementation
762 unsafe impl TrbCast for SetTRDequeuePointerCommandTrb {} implementation