Searched refs:maxreq (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c660 unsigned maxreq; local
690 maxreq = get_ep_limit(hs_ep);
691 if (length > maxreq) {
692 int round = maxreq % hs_ep->ep.maxpacket;
695 __func__, length, maxreq, round);
699 maxreq -= round;
701 length = maxreq;

Completed in 38 milliseconds