Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Docteon-hcd.c2543 int bytes_this_transfer) in cvmx_usb_transfer_isoc() argument
2604 int bytes_this_transfer; in cvmx_usb_poll_channel() local
2711 bytes_this_transfer = transaction->xfersize - in cvmx_usb_poll_channel()
2725 if (bytes_this_transfer > transaction->xfersize) in cvmx_usb_poll_channel()
2726 bytes_this_transfer = transaction->xfersize; in cvmx_usb_poll_channel()
2730 bytes_in_last_packet = bytes_this_transfer - in cvmx_usb_poll_channel()
2733 bytes_in_last_packet = bytes_this_transfer; in cvmx_usb_poll_channel()
2742 bytes_this_transfer = 0; in cvmx_usb_poll_channel()
2749 transaction->actual_bytes += bytes_this_transfer; in cvmx_usb_poll_channel()
2773 if (WARN_ON_ONCE(bytes_this_transfer < 0)) { in cvmx_usb_poll_channel()
[all …]