Searched refs:sc_dfstask (Results 1 – 4 of 4) sorted by relevance
657 taskqueue_enqueue(sc->sc_tq, &sc->sc_dfstask); in ath_edma_recv_tasklet()
1218 taskqueue_enqueue(sc->sc_tq, &sc->sc_dfstask); in ath_rx_proc()
871 struct task sc_dfstask; /* DFS processing task */ member
873 TASK_INIT(&sc->sc_dfstask, 0, ath_dfs_tasklet, sc); in ath_attach()