Lines Matching defs:xq
260 struct gcq xq; /* Xfer queues */
743 GCQ_GOT_FIRST_COND_TYPED(tvar, &(t)->timed, struct slhci_pipe, xq, cond)
746 GCQ_GOT_FIRST_TYPED(tvar, &(t)->q[Q_CB], struct slhci_pipe, xq)
749 GCQ_DEQUEUED_FIRST_TYPED(tvar, &(t)->q[Q_CALLBACKS], struct slhci_pipe, xq)
752 GCQ_FIND_TYPED(var, &(t)->timed, tvar, struct slhci_pipe, xq, cond)
755 GCQ_DEQUEUED_FIRST_TYPED(tvar, &(sc)->sc_waitq, struct slhci_pipe, xq)
760 gcq_insert_tail(&sc->sc_waitq, &spipe->xq);
766 gcq_insert_tail(&t->q[i], &spipe->xq);
772 gcq_insert_tail(&t->q[Q_CALLBACKS], &spipe->xq);
1048 gcq_init(&spipe->xq);
2302 gcq_remove(&spipe->xq);
2452 gcq_insert_before(q, &spipe->xq);
2612 gcq_remove(&spipe->xq);
2658 !gcq_onlist(&spipe->xq) && t->spipe[A] != spipe && t->spipe[B] !=
3472 gcq_onlist(&spipe->xq) ? 1 : 0);