Lines Matching refs:maxpacket
478 || (rx_count < qh->maxpacket)
562 /* NOTE: bulk combining rewrites high bits of maxpacket */
567 qh->maxpacket | ((qh->hb_mult - 1) << 11));
578 u16 pkt_size = qh->maxpacket;
630 u16 pkt_size = qh->maxpacket;
680 u16 packet_sz = qh->maxpacket;
789 qh->maxpacket |
998 if (len < qh->maxpacket) {
1024 fifo_count = min_t(size_t, qh->maxpacket,
1382 if (qh->segsize < qh->maxpacket)
1430 if (length > qh->maxpacket)
1431 length = qh->maxpacket;
1485 return dma->channel_program(channel, qh->maxpacket, 0,
1575 || channel->actual_len < qh->maxpacket
1657 > qh->maxpacket)
1687 done = dma->channel_program(channel, qh->maxpacket,
2041 diff -= (qh->maxpacket * qh->hb_mult);
2092 qh->hb_mult, qh->maxpacket);
2170 qh->maxpacket = usb_endpoint_maxp(epd);
2188 qh->hb_mult, qh->maxpacket & 0x7ff);
2192 qh->maxpacket &= 0x7ff;