Home
last modified time | relevance | path

Searched refs:td_first (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_hcdddma.c540 qh->td_first = qh->td_last = dwc2_frame_to_desc_idx(qh, fr_idx); in dwc2_recalc_initial_desc_idx()
975 idx = qh->td_first; in dwc2_complete_isoc_xfer_ddma()
1052 qh->td_first = idx; in dwc2_complete_isoc_xfer_ddma()
1063 } while (idx != qh->td_first); in dwc2_complete_isoc_xfer_ddma()
1067 qh->td_first = idx; in dwc2_complete_isoc_xfer_ddma()
H A Ddwc2_hcd.h356 u8 td_first; member