Searched refs:fwohci_task_dma (Results 1 – 2 of 2) sorted by relevance
76 struct task fwohci_task_dma; member
170 static void fwohci_task_dma(void *, int);778 TASK_INIT(&sc->fwohci_task_dma, 0, fwohci_task_dma, sc);824 taskqueue_drain(sc->fc.taskqueue, &sc->fwohci_task_dma);1937 taskqueue_enqueue(sc->fc.taskqueue, &sc->fwohci_task_dma);2073 fwohci_task_dma(void *arg, int pending) function