Lines Matching refs:maxpacket
522 || (rx_count < qh->maxpacket) in musb_host_packet_rx()
615 qh->maxpacket | ((qh->hb_mult - 1) << 11)); in musb_rx_reinit()
626 u16 pkt_size = qh->maxpacket; in musb_tx_dma_program()
707 u16 packet_sz = qh->maxpacket; in musb_ep_program()
824 qh->maxpacket | in musb_ep_program()
1028 if (len < qh->maxpacket) { in musb_h_ep0_continue()
1054 fifo_count = min_t(size_t, qh->maxpacket, in musb_h_ep0_continue()
1412 if (qh->segsize < qh->maxpacket) in musb_host_tx()
1460 if (length > qh->maxpacket) in musb_host_tx()
1461 length = qh->maxpacket; in musb_host_tx()
1730 ret = c->channel_program(dma, qh->maxpacket, in musb_host_rx()
1740 || dma->actual_len < qh->maxpacket in musb_host_rx()
1832 > qh->maxpacket) in musb_host_rx()
1880 dma, qh->maxpacket, in musb_host_rx()
2004 diff -= (qh->maxpacket * qh->hb_mult); in musb_schedule()
2127 qh->maxpacket = usb_endpoint_maxp(epd); in musb_urb_enqueue()
2134 qh->hb_mult = 1 + ((qh->maxpacket >> 11) & 0x03); in musb_urb_enqueue()
2145 qh->maxpacket &= 0x7ff; in musb_urb_enqueue()