Searched refs:bytes_this_transfer (Results 1 – 1 of 1) sorted by relevance
2890 int bytes_this_transfer; in __cvmx_usb_poll_channel() local2995 bytes_this_transfer = transaction->xfersize - usbc_hctsiz.s.xfersize; in __cvmx_usb_poll_channel()3003 bytes_this_transfer = packets_processed * usbc_hcchar.s.mps; in __cvmx_usb_poll_channel()3006 if (bytes_this_transfer > transaction->xfersize) in __cvmx_usb_poll_channel()3007 bytes_this_transfer = transaction->xfersize; in __cvmx_usb_poll_channel()3011 bytes_in_last_packet = bytes_this_transfer - (packets_processed-1) * usbc_hcchar.s.mps; in __cvmx_usb_poll_channel()3013 bytes_in_last_packet = bytes_this_transfer; in __cvmx_usb_poll_channel()3020 bytes_this_transfer = 0; in __cvmx_usb_poll_channel()3029 transaction->stage, bytes_this_transfer); in __cvmx_usb_poll_channel()3034 transaction->actual_bytes += bytes_this_transfer; in __cvmx_usb_poll_channel()[all …]