Searched refs:dbch (Results 1 – 1 of 1) sorted by relevance
858 fwohci_start(struct fwohci_softc *sc, struct fwohci_dbch *dbch) argument875 if (&sc->atrq == dbch) {877 } else if (&sc->atrs == dbch) {883 if (dbch->flags & FWOHCI_DBCH_FULL)886 db_tr = dbch->top;888 xfer = STAILQ_FIRST(&dbch->xferq.q);893 if (dbch->xferq.queued == 0) {897 STAILQ_REMOVE_HEAD(&dbch->xferq.q, link);934 if (&sc->atrs == dbch) {952 err = bus_dmamap_load(dbch->dmat, db_tr->dma_map,[all …]