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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-tds.c129 if (kfifo_initialized(&ep->dummy_packets_Q)) {
130 size = cq_howmany(&ep->dummy_packets_Q);
132 u8 *buff = cq_get(&ep->dummy_packets_Q);
136 cq_delete(&ep->dummy_packets_Q);
181 cq_new(&ep->dummy_packets_Q, ring_len + 2)) {
203 cq_put(&ep->dummy_packets_Q, buff);
H A Dfhci-sched.c60 cq_put(&usb->ep0->dummy_packets_Q, pkt->data);
225 data = cq_get(&usb->ep0->dummy_packets_Q);
249 cq_put(&usb->ep0->dummy_packets_Q, pkt->data);
H A Dfhci.h429 struct kfifo dummy_packets_Q;/* dummy packets for the CRC overun */ member in struct:endpoint

Completed in 48 milliseconds