Lines Matching defs:dwc2_qtd
360 struct dwc2_qtd { struct
361 enum dwc2_control_phase control_phase;
362 u8 in_process;
363 u8 data_toggle;
364 u8 complete_split;
365 u8 isoc_split_pos;
366 u16 isoc_frame_index;
367 u16 isoc_split_offset;
368 u16 isoc_td_last;
369 u16 isoc_td_first;
370 u32 ssplit_out_xfer_count;
371 u8 error_count;
372 u8 n_desc;
373 u16 isoc_frame_index_last;
374 u16 num_naks;
375 struct dwc2_hcd_urb *urb;
376 struct dwc2_qh *qh;
377 struct list_head qtd_list_entry;