Lines Matching defs:dwc2_qtd
431 struct dwc2_qtd { struct
432 enum dwc2_control_phase control_phase;
433 u8 in_process;
434 u8 data_toggle;
435 u8 complete_split;
436 u8 isoc_split_pos;
437 u16 isoc_frame_index;
438 u16 isoc_split_offset;
439 u16 isoc_td_last;
440 u16 isoc_td_first;
441 u32 ssplit_out_xfer_count;
442 u8 error_count;
443 u8 n_desc;
444 u16 isoc_frame_index_last;
445 u16 num_naks;
446 struct dwc2_hcd_urb *urb;
447 struct dwc2_qh *qh;
448 struct list_head qtd_list_entry;