Lines Matching refs:max_packet
528 u32 max_packet;
543 max_packet = usb_maxpacket(urb->dev, urb->pipe);
545 if (max_packet > MAX3421_FIFO_SIZE) {
552 __func__, max_packet, MAX3421_FIFO_SIZE);
557 urb->actual_length), max_packet);
937 u32 max_packet;
946 max_packet = usb_maxpacket(urb->dev, urb->pipe);
947 if (max_packet > MAX3421_FIFO_SIZE) {
954 __func__, max_packet, MAX3421_FIFO_SIZE);
958 if (max3421_hcd->curr_len < max_packet) {
989 * max_packet as an indicator that the end of the
992 u32 max_packet = usb_maxpacket(urb->dev, urb->pipe);
994 if (max3421_hcd->curr_len == max_packet)