Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ath/
HDif_ath.c193 static void ath_txq_sched_tasklet(void *, int);
766 TASK_INIT(&sc->sc_txqtask, 0, ath_txq_sched_tasklet, sc); in ath_attach()
4741 ath_txq_sched_tasklet(void *arg, int npending) in ath_txq_sched_tasklet() function