Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dfhci-tds.c175 if (cq_new(&ep->conf_frame_Q, ring_len + 2) || in fhci_create_ep()
176 cq_new(&ep->empty_frame_Q, ring_len + 2) || in fhci_create_ep()
177 cq_new(&ep->dummy_packets_Q, ring_len + 2)) { in fhci_create_ep()
Dfhci.h473 static inline int cq_new(struct kfifo *fifo, int size) in cq_new() function