Searched refs:fwohci_task_dma (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/firewire/
H A Dfwohcivar.h74 struct task fwohci_task_dma; member in struct:fwohci_softc
H A Dfwohci.c158 static void fwohci_task_dma(void *, int);
765 TASK_INIT(&sc->fwohci_task_dma, 0, fwohci_task_dma, sc);
811 taskqueue_drain(sc->fc.taskqueue, &sc->fwohci_task_dma);
1915 taskqueue_enqueue(sc->fc.taskqueue, &sc->fwohci_task_dma);
2049 fwohci_task_dma(void *arg, int pending) function

Completed in 103 milliseconds