Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
H A Docteon-hcd.c2540 int bytes_this_transfer) in cvmx_usb_transfer_isoc()
2555 if (!buffer_space_left || (bytes_this_transfer < 188)) { in cvmx_usb_transfer_isoc()
2601 int bytes_this_transfer; in cvmx_usb_poll_channel() local
2707 bytes_this_transfer = transaction->xfersize - in cvmx_usb_poll_channel()
2716 bytes_this_transfer = packets_processed * usbc_hcchar.s.mps; in cvmx_usb_poll_channel()
2721 if (bytes_this_transfer > transaction->xfersize) in cvmx_usb_poll_channel()
2722 bytes_this_transfer = transaction->xfersize; in cvmx_usb_poll_channel()
2726 bytes_in_last_packet = bytes_this_transfer - in cvmx_usb_poll_channel()
2729 bytes_in_last_packet = bytes_this_transfer; in cvmx_usb_poll_channel()
2738 bytes_this_transfer in cvmx_usb_poll_channel()
2535 cvmx_usb_transfer_isoc(struct octeon_hcd *usb, struct cvmx_usb_pipe *pipe, struct cvmx_usb_transaction *transaction, int buffer_space_left, int bytes_in_last_packet, int bytes_this_transfer) cvmx_usb_transfer_isoc() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Docteon-hcd.c2543 int bytes_this_transfer) in cvmx_usb_transfer_isoc()
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 in cvmx_usb_poll_channel()
2538 cvmx_usb_transfer_isoc(struct octeon_hcd *usb, struct cvmx_usb_pipe *pipe, struct cvmx_usb_transaction *transaction, int buffer_space_left, int bytes_in_last_packet, int bytes_this_transfer) cvmx_usb_transfer_isoc() argument
[all...]

Completed in 8 milliseconds