Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.c2891 int bytes_in_last_packet; in __cvmx_usb_poll_channel() local
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()
3109 if ((buffer_space_left == 0) || (bytes_in_last_packet < pipe->max_packet)) in __cvmx_usb_poll_channel()
3187 … else if ((buffer_space_left == 0) || (bytes_in_last_packet < pipe->max_packet)) 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()
3277 … if ((buffer_space_left == 0) || (bytes_in_last_packet < pipe->max_packet)) in __cvmx_usb_poll_channel()