Searched refs:other_data_bytes (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c754 int other_data_bytes; local
847 other_data_bytes = bytecount - first_data_bytes;
877 qh->num_hs_transfers = 1 + DIV_ROUND_UP(other_data_bytes, 188);
905 middle_count = max_t(int, 4, other_data_bytes);
936 other_data_bytes);
937 end_count = other_data_bytes % 188;

Completed in 102 milliseconds