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

/linux-4.1.27/drivers/staging/octeon-usb/
H A Docteon-hcd.c2452 int bytes_this_transfer; cvmx_usb_poll_channel() local
2560 bytes_this_transfer = transaction->xfersize - cvmx_usb_poll_channel()
2569 bytes_this_transfer = packets_processed * usbc_hcchar.s.mps; cvmx_usb_poll_channel()
2574 if (bytes_this_transfer > transaction->xfersize) cvmx_usb_poll_channel()
2575 bytes_this_transfer = transaction->xfersize; cvmx_usb_poll_channel()
2579 bytes_in_last_packet = bytes_this_transfer - cvmx_usb_poll_channel()
2582 bytes_in_last_packet = bytes_this_transfer; cvmx_usb_poll_channel()
2591 bytes_this_transfer = 0; cvmx_usb_poll_channel()
2595 * bytes_this_transfer doesn't count any data that needs to be cvmx_usb_poll_channel()
2598 transaction->actual_bytes += bytes_this_transfer; cvmx_usb_poll_channel()
2622 if (unlikely(WARN_ON_ONCE(bytes_this_transfer < 0))) { cvmx_usb_poll_channel()
2872 (bytes_this_transfer < 188)) { cvmx_usb_poll_channel()

Completed in 64 milliseconds