Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx_edma.c657 taskqueue_enqueue(sc->sc_tq, &sc->sc_dfstask); in ath_edma_recv_tasklet()
H A Dif_ath_rx.c1218 taskqueue_enqueue(sc->sc_tq, &sc->sc_dfstask); in ath_rx_proc()
H A Dif_athvar.h871 struct task sc_dfstask; /* DFS processing task */ member
H A Dif_ath.c873 TASK_INIT(&sc->sc_dfstask, 0, ath_dfs_tasklet, sc); in ath_attach()