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

/freebsd-9.3-release/sys/dev/firewire/
H A Dfwohcivar.h76 struct task fwohci_task_dma; member in struct:fwohci_softc
H A Dfwohci.c169 static void fwohci_task_dma(void *, int);
776 TASK_INIT(&sc->fwohci_task_dma, 0, fwohci_task_dma, sc);
822 taskqueue_drain(sc->fc.taskqueue, &sc->fwohci_task_dma);
1917 taskqueue_enqueue(sc->fc.taskqueue, &sc->fwohci_task_dma);
2053 fwohci_task_dma(void *arg, int pending) function

Completed in 62 milliseconds