Home
last modified time | relevance | path

Searched refs:sc_txqtask (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_misc.h149 taskqueue_enqueue(sc->sc_tq, &sc->sc_txqtask); in ath_tx_swq_kick()
H A Dif_athvar.h767 struct task sc_txqtask; /* tx proc processing */ member
H A Dif_ath.c768 TASK_INIT(&sc->sc_txqtask, 0, ath_txq_sched_tasklet, sc); in ath_attach()
7100 taskqueue_enqueue(sc->sc_tq, &sc->sc_txqtask); in ath_node_recv_pspoll()