Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwohci.c358 uint32_t *dmach = (uint32_t *) data; in fwohci_ioctl() local
388 if (*dmach <= OHCI_MAX_DMA_CH) { in fwohci_ioctl()
389 dump_dma(fc, *dmach); in fwohci_ioctl()
390 dump_db(fc, *dmach); in fwohci_ioctl()
650 sc->arrq.xferq.dmach = -1;
651 sc->arrs.xferq.dmach = -1;
652 sc->atrq.xferq.dmach = -1;
653 sc->atrs.xferq.dmach = -1;
668 sc->it[i].xferq.dmach = i;
669 sc->ir[i].xferq.dmach = i;
[all …]
H A Dfwdev.c227 fc->irx_disable(fc, ir->dmach); in fw_close()
252 fc->itx_disable(fc, it->dmach); in fw_close()
378 fc->irx_enable(fc, ir->dmach); in fw_read()
481 err = fc->itx_enable(fc, it->dmach); in fw_write()
506 err = fc->itx_enable(fc, it->dmach); in fw_write()
614 err = fc->irx_enable(fc, ir->dmach); in fw_ioctl()
H A Dfirewirereg.h186 int dmach; member