Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malo.h554 struct task malo_txtask; /* tx int processing */ member
H A Dif_malo.c248 TASK_INIT(&sc->malo_txtask, 0, malo_tx_proc, sc); in malo_attach()
395 taskqueue_enqueue(sc->malo_tq, &sc->malo_txtask); in malo_intr()
2096 taskqueue_drain(sc->malo_tq, &sc->malo_txtask); in malo_detach()