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 D | if_mwlvar.h | 327 struct task sc_txtask; /* tx int processing */ member
|
H A D | if_mwl.c | 388 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 D | if_ath_tx_edma.c | 1053 TASK_INIT(&sc->sc_txtask, 0, ath_edma_tx_proc, sc); in ath_edma_attach_comp_func()
|
H A D | if_ath.c | 271 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 D | if_athvar.h | 766 struct task sc_txtask; /* tx int processing */ member
|