Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/arm/at91/
Dif_macbvar.h90 struct task sc_tx_task; member
/freebsd-10-stable/sys/arm/cavium/cns11xx/
Dif_ecevar.h137 struct task sc_tx_task; member
Dif_ece.c382 TASK_INIT(&sc->sc_tx_task, 1, ece_tx_task, ifp); in ece_attach()
1457 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task); in ece_intr()
/freebsd-10-stable/sys/dev/cas/
Dif_casvar.h142 struct task sc_tx_task; member
Dif_cas.c209 TASK_INIT(&sc->sc_tx_task, 1, cas_tx_task, ifp); in cas_attach()
487 taskqueue_drain(sc->sc_tq, &sc->sc_tx_task); in cas_detach()
1969 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task); in cas_eint()
2088 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task); in cas_intr_task()
2144 taskqueue_enqueue(sc->sc_tq, &sc->sc_tx_task); in cas_watchdog()