Home | History | Annotate | Download | only in usb

Lines Matching defs:cq

897 	ex_completeq_t cq;
898 TAILQ_INIT(&cq);
909 * complete and add to our cq list
917 ehci_check_qh_intr(sc, ex, &cq);
920 ehci_check_itd_intr(sc, ex, &cq);
923 ehci_check_sitd_intr(sc, ex, &cq);
936 TAILQ_FOREACH_SAFE(ex, &cq, ex_next, nextex) {
948 ehci_check_qh_intr(ehci_softc_t *sc, struct ehci_xfer *ex, ex_completeq_t *cq)
1026 ehci_idone(ex, cq);
1030 ehci_check_itd_intr(ehci_softc_t *sc, struct ehci_xfer *ex, ex_completeq_t *cq)
1072 ehci_idone(ex, cq);
1076 ehci_check_sitd_intr(ehci_softc_t *sc, struct ehci_xfer *ex, ex_completeq_t *cq)
1109 ehci_idone(ex, cq);
1113 ehci_idone(struct ehci_xfer *ex, ex_completeq_t *cq)
1358 TAILQ_INSERT_TAIL(cq, ex, ex_next);