Lines Matching defs:packets
82 * as the CDC Ethernet cannot work as they often pass packets which are
619 * exact number of packets.
1061 unsigned int packets;
1109 /* round down to multiple of packets */
1117 packets = DIV_ROUND_UP(length, hs_ep->ep.maxpacket);
1119 packets = 1; /* send one packet if length is zero. */
1123 epsize = DXEPTSIZ_MC(packets);
1131 * be counted in DIEPTSIZ.PktCnt with other packets.
1140 epsize |= DXEPTSIZ_PKTCNT(packets);
1144 __func__, packets, length, ureq->length, epsize, epsize_reg);
1174 /* write size / packets */
2006 * EP0 setup packets
2028 * dwc2_hsotg_enqueue_setup - start a request for EP0 packets
2031 * Enqueue a request on EP0 if necessary to received any SETUP packets
2469 * The RXFIFO is a true FIFO, the packets coming out are still in packet
2470 * chunks, so if you have x packets received on an endpoint you'll get x
3211 * it seems IN transfers must be a even number of packets we do