Home
last modified time | relevance | path

Searched refs:sc_rxtask (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_rx_edma.c329 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask); in ath_edma_recv_sched_queue()
353 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask); in ath_edma_recv_sched()
369 while (taskqueue_cancel(sc->sc_tq, &sc->sc_rxtask, NULL) != 0) { in ath_edma_recv_flush()
370 taskqueue_drain(sc->sc_tq, &sc->sc_rxtask); in ath_edma_recv_flush()
H A Dif_ath_rx.c1513 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask); in ath_legacy_recv_sched()
1521 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask); in ath_legacy_recv_sched_queue()
H A Dif_athvar.h744 struct task sc_rxtask; /* rx int processing */ member
H A Dif_ath.c761 TASK_INIT(&sc->sc_rxtask, 0, sc->sc_rx.recv_tasklet, sc); in ath_attach()
/freebsd/sys/dev/wtap/
H A Dif_wtapvar.h142 struct task sc_rxtask; /* rx int processing */ member
H A Dif_wtap.c489 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask); in wtap_inject()
646 NET_TASK_INIT(&sc->sc_rxtask, 0, wtap_rx_proc, sc); in wtap_attach()
/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h314 struct task sc_rxtask; /* rx int processing */ member
H A Dif_mwl.c355 NET_TASK_INIT(&sc->sc_rxtask, 0, mwl_rx_proc, sc); in mwl_attach()
815 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask); in mwl_intr()