Lines Matching defs:IsochTrb
375 pub struct IsochTrb { struct
376 data_buffer_pointer: B64,
377 trb_transfer_length: B17,
378 td_size: B5,
379 interrupter_target: B10,
380 cycle: bool,
381 evaulate_nex_trb: B1,
382 interrupt_on_short_packet: B1,
383 no_snoop: B1,
384 chain: bool,
385 interrupt_on_completion: B1,
386 immediate_data: B1,
387 transfer_burst_count: B2,
388 block_event_interrupt: B1,
389 trb_type: TrbType,
390 tlbpc: B4,
391 frame_id: B11,
392 sia: B1,
623 impl TypedTrb for IsochTrb { implementation
724 unsafe impl DataInit for IsochTrb {} implementation
752 unsafe impl TrbCast for IsochTrb {} implementation