Searched refs:bytes_in_last_packet (Results 1 – 1 of 1) sorted by relevance
2891 int bytes_in_last_packet; in __cvmx_usb_poll_channel() local3011 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()