Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfhci-tds.c109 if (kfifo_initialized(&ep->conf_frame_Q)) { in fhci_ep0_free()
110 size = cq_howmany(&ep->conf_frame_Q); in fhci_ep0_free()
112 struct packet *pkt = cq_get(&ep->conf_frame_Q); in fhci_ep0_free()
116 cq_delete(&ep->conf_frame_Q); in fhci_ep0_free()
179 if (cq_new(&ep->conf_frame_Q, ring_len + 2) || in fhci_create_ep()
322 pkt = cq_get(&ep->conf_frame_Q); in fhci_td_transaction_confirm()
463 cq_put(&ep->conf_frame_Q, pkt); in fhci_host_transaction()
465 if (cq_howmany(&ep->conf_frame_Q) == 1) in fhci_host_transaction()
Dfhci.h410 struct kfifo conf_frame_Q; /* frames passed to TDs,waiting for tx */ member