Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ath/
HDif_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()
HDif_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()
HDif_athvar.h744 struct task sc_rxtask; /* rx int processing */ member
HDif_ath.c761 TASK_INIT(&sc->sc_rxtask, 0, sc->sc_rx.recv_tasklet, sc); in ath_attach()
/freebsd-14-stable/sys/dev/wtap/
HDif_wtapvar.h142 struct task sc_rxtask; /* rx int processing */ member
HDif_wtap.c489 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask); in wtap_inject()
647 NET_TASK_INIT(&sc->sc_rxtask, 0, wtap_rx_proc, sc); in wtap_attach()
/freebsd-14-stable/sys/dev/mwl/
HDif_mwlvar.h314 struct task sc_rxtask; /* rx int processing */ member
HDif_mwl.c358 NET_TASK_INIT(&sc->sc_rxtask, 0, mwl_rx_proc, sc); in mwl_attach()
818 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask); in mwl_intr()