Searched refs:sc_rxtask (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_rx_edma.c | 329 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 D | if_ath_rx.c | 1513 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 D | if_athvar.h | 744 struct task sc_rxtask; /* rx int processing */ member
|
H A D | if_ath.c | 761 TASK_INIT(&sc->sc_rxtask, 0, sc->sc_rx.recv_tasklet, sc); in ath_attach()
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtapvar.h | 142 struct task sc_rxtask; /* rx int processing */ member
|
H A D | if_wtap.c | 489 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 D | if_mwlvar.h | 314 struct task sc_rxtask; /* rx int processing */ member
|
H A D | if_mwl.c | 355 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()
|