Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dfhci-tds.c106 size = cq_howmany(&ep->conf_frame_Q); in fhci_ep0_free()
116 size = cq_howmany(&ep->empty_frame_Q); in fhci_ep0_free()
126 size = cq_howmany(&ep->dummy_packets_Q); in fhci_ep0_free()
461 if (cq_howmany(&ep->conf_frame_Q) == 1) in fhci_host_transaction()
H A Dfhci.h483 static inline unsigned int cq_howmany(struct kfifo *kfifo) in cq_howmany() function