Lines Matching defs:dwc2_qtd
402 struct dwc2_qtd { struct
403 enum dwc2_control_phase control_phase;
404 u8 in_process;
405 u8 data_toggle;
406 u8 complete_split;
407 u8 isoc_split_pos;
408 u16 isoc_frame_index;
409 u16 isoc_split_offset;
410 u16 isoc_td_last;
411 u16 isoc_td_first;
412 u32 ssplit_out_xfer_count;
413 u8 error_count;
414 u8 n_desc;
415 u16 isoc_frame_index_last;
416 u16 num_naks;
417 struct dwc2_hcd_urb *urb;
418 struct dwc2_qh *qh;
419 struct list_head qtd_list_entry;