Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c753 int first_data_bytes; in dwc2_uframe_schedule_split() local
841 first_data_bytes = 188 - in dwc2_uframe_schedule_split()
845 if (first_data_bytes > bytecount) in dwc2_uframe_schedule_split()
846 first_data_bytes = bytecount; in dwc2_uframe_schedule_split()
847 other_data_bytes = bytecount - first_data_bytes; in dwc2_uframe_schedule_split()
865 (first_data_bytes != min_t(int, 188, bytecount))) { in dwc2_uframe_schedule_split()
868 qh, first_data_bytes, bytecount); in dwc2_uframe_schedule_split()
904 first_count = first_data_bytes; in dwc2_uframe_schedule_split()
934 first_count = first_data_bytes; in dwc2_uframe_schedule_split()