Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwlvar.h327 struct task sc_txtask; /* tx int processing */ member
H A Dif_mwl.c388 TASK_INIT(&sc->sc_txtask, 0, mwl_tx_proc, sc); in mwl_attach()
823 taskqueue_enqueue(sc->sc_tq, &sc->sc_txtask); in mwl_intr()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_edma.c1053 TASK_INIT(&sc->sc_txtask, 0, ath_edma_tx_proc, sc); in ath_edma_attach_comp_func()
H A Dif_ath.c271 TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc_q0, sc); in ath_legacy_attach_comp_func()
274 TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc_q0123, sc); in ath_legacy_attach_comp_func()
277 TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc, sc); in ath_legacy_attach_comp_func()
2312 taskqueue_enqueue(sc->sc_tq, &sc->sc_txtask); in ath_intr()
H A Dif_athvar.h766 struct task sc_txtask; /* tx int processing */ member