Searched refs:fwohci_task_dma (Results 1 – 2 of 2) sorted by relevance
73 struct task fwohci_task_dma; member
157 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