Searched refs:dmach (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci.c357 uint32_t *dmach = (uint32_t *) data; local
387 if (*dmach <= OHCI_MAX_DMA_CH) {
388 dump_dma(fc, *dmach);
389 dump_db(fc, *dmach);
649 sc->arrq.xferq.dmach = -1;
650 sc->arrs.xferq.dmach = -1;
651 sc->atrq.xferq.dmach = -1;
652 sc->atrs.xferq.dmach = -1;
667 sc->it[i].xferq.dmach = i;
668 sc->ir[i].xferq.dmach
1295 fwohci_itx_disable(struct firewire_comm *fc, int dmach) argument
1311 fwohci_irx_disable(struct firewire_comm *fc, int dmach) argument
1338 int idb, z, i, dmach = 0, ldesc; local
1397 int idb, z, i, dmach = 0, ldesc; local
1500 fwohci_itxbuf_enable(struct firewire_comm *fc, int dmach) argument
1621 fwohci_irx_enable(struct firewire_comm *fc, int dmach) argument
2135 fwohci_tbuf_update(struct fwohci_softc *sc, int dmach) argument
2183 fwohci_rbuf_update(struct fwohci_softc *sc, int dmach) argument
2487 fwohci_txbufdb(struct fwohci_softc *sc, int dmach, struct fw_bulkxfer *bulkxfer) argument
[all...]
H A Dfwdev.c227 fc->irx_disable(fc, ir->dmach);
252 fc->itx_disable(fc, it->dmach);
378 fc->irx_enable(fc, ir->dmach);
481 err = fc->itx_enable(fc, it->dmach);
506 err = fc->itx_enable(fc, it->dmach);
614 err = fc->irx_enable(fc, ir->dmach);
H A Dfirewirereg.h186 int dmach; member in struct:fw_xferq

Completed in 78 milliseconds