Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/dwc2/
Dhcd_queue.c714 int first_data_bytes; in dwc2_uframe_schedule_split() local
802 first_data_bytes = 188 - in dwc2_uframe_schedule_split()
806 if (first_data_bytes > bytecount) in dwc2_uframe_schedule_split()
807 first_data_bytes = bytecount; in dwc2_uframe_schedule_split()
808 other_data_bytes = bytecount - first_data_bytes; in dwc2_uframe_schedule_split()
826 (first_data_bytes != min_t(int, 188, bytecount))) { in dwc2_uframe_schedule_split()
829 qh, first_data_bytes, bytecount); in dwc2_uframe_schedule_split()
865 first_count = first_data_bytes; in dwc2_uframe_schedule_split()
895 first_count = first_data_bytes; in dwc2_uframe_schedule_split()