Searched refs:sc_tx_task (Results 1 – 4 of 4) sorted by relevance
| /src/sys/dev/cas/ |
| H A D | if_casvar.h | 138 struct task sc_tx_task; member
|
| H A D | if_cas.c | 205 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 D | if_rgevar.h | 187 struct task sc_tx_task; member
|
| H A D | if_rge.c | 513 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()
|