Searched refs:pkt_round (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.c467 int pkt_round; local
557 pkt_round = to_write % hs_ep->ep.maxpacket;
567 if (pkt_round)
568 to_write -= pkt_round;

Completed in 38 milliseconds