Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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.c763 TASK_INIT(&sc->sc_rxtask, 0, sc->sc_rx.recv_tasklet, sc); in ath_attach()
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwlvar.h314 struct task sc_rxtask; /* rx int processing */ member
H A Dif_mwl.c357 NET_TASK_INIT(&sc->sc_rxtask, 0, mwl_rx_proc, sc); in mwl_attach()
821 taskqueue_enqueue(sc->sc_tq, &sc->sc_rxtask); in mwl_intr()