Lines Matching refs:bytecount
711 int bytecount = qh->maxp_mult * qh->maxp; in dwc2_uframe_schedule_split() local
842 if (first_data_bytes > bytecount) in dwc2_uframe_schedule_split()
843 first_data_bytes = bytecount; in dwc2_uframe_schedule_split()
844 other_data_bytes = bytecount - first_data_bytes; in dwc2_uframe_schedule_split()
862 (first_data_bytes != min_t(int, 188, bytecount))) { in dwc2_uframe_schedule_split()
865 qh, first_data_bytes, bytecount); in dwc2_uframe_schedule_split()
893 middle_count = bytecount; in dwc2_uframe_schedule_split()
894 end_count = bytecount; in dwc2_uframe_schedule_split()
927 middle_count = min_t(int, 188, bytecount); in dwc2_uframe_schedule_split()
1528 int bytecount = maxp_mult * maxp; in dwc2_qh_init() local
1559 ep_is_isoc, bytecount)); in dwc2_qh_init()
1561 ep_is_isoc, bytecount); in dwc2_qh_init()
1624 speed, bytecount); in dwc2_qh_init()