Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.c2893 int buffer_space_left; in __cvmx_usb_poll_channel() local
3036 buffer_space_left = transaction->iso_packets[0].length - transaction->actual_bytes; in __cvmx_usb_poll_channel()
3038 buffer_space_left = transaction->buffer_length - transaction->actual_bytes; in __cvmx_usb_poll_channel()
3109 if ((buffer_space_left == 0) || (bytes_in_last_packet < pipe->max_packet)) in __cvmx_usb_poll_channel()
3181 if (buffer_space_left < pipe->max_packet) in __cvmx_usb_poll_channel()
3182 transaction->actual_bytes += buffer_space_left; in __cvmx_usb_poll_channel()
3194 if ((buffer_space_left == 0) || (bytes_in_last_packet < pipe->max_packet)) in __cvmx_usb_poll_channel()
3227 if (buffer_space_left && (bytes_in_last_packet == pipe->max_packet)) in __cvmx_usb_poll_channel()
3244 if (!buffer_space_left || (bytes_in_last_packet < pipe->max_packet)) in __cvmx_usb_poll_channel()
3264 if (!buffer_space_left || (bytes_this_transfer < 188)) in __cvmx_usb_poll_channel()
[all …]