Home
last modified time | relevance | path

Searched refs:sc_tx_task (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/cas/
H A Dif_casvar.h138 struct task sc_tx_task; member
H A Dif_cas.c205 TASK_INIT(&sc->sc_tx_task, 1, cas_tx_task, ifp); in cas_attach()
477 taskqueue_drain(sc->sc_tq, &sc->sc_tx_task); in cas_detach()
1931 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task); in cas_eint()
2050 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task); in cas_intr_task()
2106 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task); in cas_watchdog()
/src/sys/dev/rge/
H A Dif_rgevar.h187 struct task sc_tx_task; member
H A Dif_rge.c513 TASK_INIT(&sc->sc_tx_task, 0, rge_tx_task, sc); in rge_attach()
562 while (taskqueue_cancel(sc->sc_tq, &sc->sc_tx_task, NULL) != 0) in rge_detach()
563 taskqueue_drain(sc->sc_tq, &sc->sc_tx_task); in rge_detach()
1088 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task); in rge_transmit_if()
2398 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task); in rge_txeof()