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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-tds.c109 if (kfifo_initialized(&ep->conf_frame_Q)) {
110 size = cq_howmany(&ep->conf_frame_Q);
112 struct packet *pkt = cq_get(&ep->conf_frame_Q);
116 cq_delete(&ep->conf_frame_Q);
179 if (cq_new(&ep->conf_frame_Q, ring_len + 2) ||
322 pkt = cq_get(&ep->conf_frame_Q);
463 cq_put(&ep->conf_frame_Q, pkt);
465 if (cq_howmany(&ep->conf_frame_Q) == 1)
H A Dfhci.h428 struct kfifo conf_frame_Q; /* frames passed to TDs,waiting for tx */ member in struct:endpoint

Completed in 49 milliseconds