Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfhci-tds.c118 if (ep->empty_frame_Q) { in fhci_ep0_free()
119 size = cq_howmany(ep->empty_frame_Q); in fhci_ep0_free()
121 struct packet *pkt = cq_get(ep->empty_frame_Q); in fhci_ep0_free()
125 cq_delete(ep->empty_frame_Q); in fhci_ep0_free()
179 ep->empty_frame_Q = cq_new(ring_len + 2); in fhci_create_ep()
181 if (!ep->conf_frame_Q || !ep->empty_frame_Q || !ep->dummy_packets_Q) { in fhci_create_ep()
202 cq_put(ep->empty_frame_Q, pkt); in fhci_create_ep()
Dfhci-sched.c40 cq_put(usb->ep0->empty_frame_Q, pkt); in recycle_frame()
216 pkt = cq_get(usb->ep0->empty_frame_Q); in add_packet()
Dfhci.h426 struct kfifo *empty_frame_Q; /* Empty frames list to use */ member