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

/freebsd-11.0-release/sys/dev/malo/
H A Dif_malo.h554 struct task malo_txtask; /* tx int processing */ member in struct:malo_softc
H A Dif_malo.c255 TASK_INIT(&sc->malo_txtask, 0, malo_tx_proc, sc);
402 taskqueue_enqueue(sc->malo_tq, &sc->malo_txtask);
2126 taskqueue_drain(sc->malo_tq, &sc->malo_txtask);

Completed in 157 milliseconds