Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc2/
Dhcd_queue.c744 int first_data_bytes; in dwc2_uframe_schedule_split() local
832 first_data_bytes = 188 - in dwc2_uframe_schedule_split()
836 if (first_data_bytes > bytecount) in dwc2_uframe_schedule_split()
837 first_data_bytes = bytecount; in dwc2_uframe_schedule_split()
838 other_data_bytes = bytecount - first_data_bytes; in dwc2_uframe_schedule_split()
856 (first_data_bytes != min_t(int, 188, bytecount))) { in dwc2_uframe_schedule_split()
859 qh, first_data_bytes, bytecount); in dwc2_uframe_schedule_split()
895 first_count = first_data_bytes; in dwc2_uframe_schedule_split()
925 first_count = first_data_bytes; in dwc2_uframe_schedule_split()