Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_rx_edma.c630 taskqueue_enqueue(sc->sc_tq, &sc->sc_dfstask); in ath_edma_recv_tasklet()
H A Dif_ath_rx.c1167 taskqueue_enqueue(sc->sc_tq, &sc->sc_dfstask); in ath_rx_proc()
H A Dif_athvar.h902 struct task sc_dfstask; /* DFS processing task */ member
H A Dif_ath.c876 TASK_INIT(&sc->sc_dfstask, 0, ath_dfs_tasklet, sc);