Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwohcivar.h73 struct task fwohci_task_dma; member
H A Dfwohci.c157 static void fwohci_task_dma(void *, int);
764 TASK_INIT(&sc->fwohci_task_dma, 0, fwohci_task_dma, sc);
810 taskqueue_drain(sc->fc.taskqueue, &sc->fwohci_task_dma);
1911 taskqueue_enqueue(sc->fc.taskqueue, &sc->fwohci_task_dma);
2045 fwohci_task_dma(void *arg, int pending) function