Searched refs:bytes_this_transfer (Results 1 – 1 of 1) sorted by relevance
2458 int bytes_this_transfer; in cvmx_usb_poll_channel() local2566 bytes_this_transfer = transaction->xfersize - in cvmx_usb_poll_channel()2575 bytes_this_transfer = packets_processed * usbc_hcchar.s.mps; in cvmx_usb_poll_channel()2580 if (bytes_this_transfer > transaction->xfersize) in cvmx_usb_poll_channel()2581 bytes_this_transfer = transaction->xfersize; in cvmx_usb_poll_channel()2585 bytes_in_last_packet = bytes_this_transfer - in cvmx_usb_poll_channel()2588 bytes_in_last_packet = bytes_this_transfer; in cvmx_usb_poll_channel()2597 bytes_this_transfer = 0; in cvmx_usb_poll_channel()2604 transaction->actual_bytes += bytes_this_transfer; in cvmx_usb_poll_channel()2628 if (unlikely(WARN_ON_ONCE(bytes_this_transfer < 0))) { in cvmx_usb_poll_channel()[all …]