Searched refs:dummy_packets_Q (Results 1 – 3 of 3) sorted by relevance
125 if (kfifo_initialized(&ep->dummy_packets_Q)) { in fhci_ep0_free()126 size = cq_howmany(&ep->dummy_packets_Q); in fhci_ep0_free()128 u8 *buff = cq_get(&ep->dummy_packets_Q); in fhci_ep0_free()132 cq_delete(&ep->dummy_packets_Q); in fhci_ep0_free()177 cq_new(&ep->dummy_packets_Q, ring_len + 2)) { in fhci_create_ep()199 cq_put(&ep->dummy_packets_Q, buff); in fhci_create_ep()
56 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in fhci_transaction_confirm()221 data = cq_get(&usb->ep0->dummy_packets_Q); in add_packet()245 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in add_packet()
405 struct kfifo dummy_packets_Q;/* dummy packets for the CRC overun */ member