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.h151 taskqueue_enqueue(sc->sc_tq, &sc->sc_txqtask);
H A Dif_athvar.h768 struct task sc_txqtask; /* tx proc processing */ member in struct:ath_softc
H A Dif_ath.c768 TASK_INIT(&sc->sc_txqtask, 0, ath_txq_sched_tasklet, sc);
7043 taskqueue_enqueue(sc->sc_tq, &sc->sc_txqtask);

Completed in 109 milliseconds