Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dfhci-tds.c115 if (kfifo_initialized(&ep->empty_frame_Q)) { in fhci_ep0_free()
116 size = cq_howmany(&ep->empty_frame_Q); in fhci_ep0_free()
118 struct packet *pkt = cq_get(&ep->empty_frame_Q); in fhci_ep0_free()
122 cq_delete(&ep->empty_frame_Q); in fhci_ep0_free()
176 cq_new(&ep->empty_frame_Q, ring_len + 2) || in fhci_create_ep()
198 cq_put(&ep->empty_frame_Q, pkt); in fhci_create_ep()
Dfhci-sched.c36 cq_put(&usb->ep0->empty_frame_Q, pkt); in recycle_frame()
212 pkt = cq_get(&usb->ep0->empty_frame_Q); in add_packet()
Dfhci.h403 struct kfifo empty_frame_Q; /* Empty frames list to use */ member