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));
579 u16 pkt_size = qh->maxpacket;
635 u16 pkt_size = qh->maxpacket;
686 u16 packet_sz = qh->maxpacket;
795 qh->maxpacket |
1004 if (len < qh->maxpacket) {
1030 fifo_count = min_t(size_t, qh->maxpacket,
1388 if (qh->segsize < qh->maxpacket)
1436 if (length > qh->maxpacket)
1437 length = qh->maxpacket;
1491 return dma->channel_program(channel, qh->maxpacket, 0,
1581 || channel->actual_len < qh->maxpacket
1663 > qh->maxpacket)
1693 done = dma->channel_program(channel, qh->maxpacket,
2047 diff -= (qh->maxpacket * qh->hb_mult);
2098 qh->hb_mult, qh->maxpacket);
2176 qh->maxpacket = usb_endpoint_maxp(epd);
2194 qh->hb_mult, qh->maxpacket & 0x7ff);
2198 qh->maxpacket &= 0x7ff;