Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/octeon-usb/
Docteon-hcd.c2452 int bytes_this_transfer; in cvmx_usb_poll_channel() local
2560 bytes_this_transfer = transaction->xfersize - in cvmx_usb_poll_channel()
2569 bytes_this_transfer = packets_processed * usbc_hcchar.s.mps; in cvmx_usb_poll_channel()
2574 if (bytes_this_transfer > transaction->xfersize) in cvmx_usb_poll_channel()
2575 bytes_this_transfer = transaction->xfersize; in cvmx_usb_poll_channel()
2579 bytes_in_last_packet = bytes_this_transfer - in cvmx_usb_poll_channel()
2582 bytes_in_last_packet = bytes_this_transfer; in cvmx_usb_poll_channel()
2591 bytes_this_transfer = 0; in cvmx_usb_poll_channel()
2598 transaction->actual_bytes += bytes_this_transfer; in cvmx_usb_poll_channel()
2622 if (unlikely(WARN_ON_ONCE(bytes_this_transfer < 0))) { in cvmx_usb_poll_channel()
[all …]