Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Docteon-hcd.c2543 int bytes_this_transfer) in cvmx_usb_transfer_isoc() argument
2558 if (!buffer_space_left || (bytes_this_transfer < 188)) { in cvmx_usb_transfer_isoc()
2604 int bytes_this_transfer; in cvmx_usb_poll_channel() local
2711 bytes_this_transfer = transaction->xfersize - in cvmx_usb_poll_channel()
2720 bytes_this_transfer = packets_processed * usbc_hcchar.s.mps; 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()
[all …]