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

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c2890 int bytes_this_transfer; local
2995 bytes_this_transfer = transaction->xfersize - usbc_hctsiz.s.xfersize;
3003 bytes_this_transfer = packets_processed * usbc_hcchar.s.mps;
3006 if (bytes_this_transfer > transaction->xfersize)
3007 bytes_this_transfer = transaction->xfersize;
3011 bytes_in_last_packet = bytes_this_transfer - (packets_processed-1) * usbc_hcchar.s.mps;
3013 bytes_in_last_packet = bytes_this_transfer;
3020 bytes_this_transfer = 0;
3029 transaction->stage, bytes_this_transfer);
3032 bytes_this_transfer does
[all...]

Completed in 109 milliseconds