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

/linux-master/drivers/usb/dwc2/
H A Dhcd_queue.c715 int other_data_bytes; local
808 other_data_bytes = bytecount - first_data_bytes;
838 qh->num_hs_transfers = 1 + DIV_ROUND_UP(other_data_bytes, 188);
866 middle_count = max_t(int, 4, other_data_bytes);
897 other_data_bytes);
898 end_count = other_data_bytes % 188;

Completed in 145 milliseconds