Lines Matching refs:max_packet
534 u32 max_packet;
549 max_packet = usb_maxpacket(urb->dev, urb->pipe, 1);
551 if (max_packet > MAX3421_FIFO_SIZE) {
558 __func__, max_packet, MAX3421_FIFO_SIZE);
563 urb->actual_length), max_packet);
946 u32 max_packet;
955 max_packet = usb_maxpacket(urb->dev, urb->pipe, 0);
956 if (max_packet > MAX3421_FIFO_SIZE) {
963 __func__, max_packet, MAX3421_FIFO_SIZE);
967 if (max3421_hcd->curr_len < max_packet) {
998 * max_packet as an indicator that the end of the
1001 u32 max_packet = usb_maxpacket(urb->dev, urb->pipe, 1);
1003 if (max3421_hcd->curr_len == max_packet)