Home
last modified time | relevance | path

Searched refs:conf_frame_Q (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/usb/host/
Dfhci-tds.c105 if (kfifo_initialized(&ep->conf_frame_Q)) { in fhci_ep0_free()
106 size = cq_howmany(&ep->conf_frame_Q); in fhci_ep0_free()
108 struct packet *pkt = cq_get(&ep->conf_frame_Q); in fhci_ep0_free()
112 cq_delete(&ep->conf_frame_Q); in fhci_ep0_free()
175 if (cq_new(&ep->conf_frame_Q, ring_len + 2) || in fhci_create_ep()
318 pkt = cq_get(&ep->conf_frame_Q); in fhci_td_transaction_confirm()
459 cq_put(&ep->conf_frame_Q, pkt); in fhci_host_transaction()
461 if (cq_howmany(&ep->conf_frame_Q) == 1) in fhci_host_transaction()
Dfhci.h404 struct kfifo conf_frame_Q; /* frames passed to TDs,waiting for tx */ member