Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ath/
HDif_ath_misc.h149 taskqueue_enqueue(sc->sc_tq, &sc->sc_txqtask); in ath_tx_swq_kick()
HDif_athvar.h767 struct task sc_txqtask; /* tx proc processing */ member
HDif_ath.c766 TASK_INIT(&sc->sc_txqtask, 0, ath_txq_sched_tasklet, sc); in ath_attach()
7092 taskqueue_enqueue(sc->sc_tq, &sc->sc_txqtask); in ath_node_recv_pspoll()