Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfhci-tds.c119 if (kfifo_initialized(&ep->empty_frame_Q)) { in fhci_ep0_free()
120 size = cq_howmany(&ep->empty_frame_Q); in fhci_ep0_free()
122 struct packet *pkt = cq_get(&ep->empty_frame_Q); in fhci_ep0_free()
126 cq_delete(&ep->empty_frame_Q); in fhci_ep0_free()
180 cq_new(&ep->empty_frame_Q, ring_len + 2) || 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.h409 struct kfifo empty_frame_Q; /* Empty frames list to use */ member