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