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

/freebsd-current/sys/dev/cas/
H A Dif_casvar.h138 struct task sc_tx_task; member in struct:cas_softc
H A Dif_cas.c205 TASK_INIT(&sc->sc_tx_task, 1, cas_tx_task, ifp);
483 taskqueue_drain(sc->sc_tq, &sc->sc_tx_task);
1937 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task);
2056 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task);
2112 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task);

Completed in 123 milliseconds