Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfhci-tds.c129 if (kfifo_initialized(&ep->dummy_packets_Q)) { in fhci_ep0_free()
130 size = cq_howmany(&ep->dummy_packets_Q); in fhci_ep0_free()
132 u8 *buff = cq_get(&ep->dummy_packets_Q); in fhci_ep0_free()
136 cq_delete(&ep->dummy_packets_Q); in fhci_ep0_free()
181 cq_new(&ep->dummy_packets_Q, ring_len + 2)) { in fhci_create_ep()
203 cq_put(&ep->dummy_packets_Q, buff); in fhci_create_ep()
Dfhci-sched.c60 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in fhci_transaction_confirm()
225 data = cq_get(&usb->ep0->dummy_packets_Q); in add_packet()
249 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in add_packet()
Dfhci.h411 struct kfifo dummy_packets_Q;/* dummy packets for the CRC overun */ member