Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c202 static void ath_txq_sched_tasklet(void *, int);
771 TASK_INIT(&sc->sc_txqtask, 0, ath_txq_sched_tasklet, sc);
4694 ath_txq_sched_tasklet(void *arg, int npending) function