HomeSort by: relevance | last modified time | path
    Searched refs:sc_dfs_ch (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
athvar.h 304 struct callout sc_dfs_ch; /* callout handle for dfs */ member in struct:ath_softc
ath.c 390 ATH_CALLOUT_INIT(&sc->sc_dfs_ch, CALLOUT_MPSAFE);
4544 callout_reset(&sc->sc_dfs_ch, 2 * hz, ath_dfswait, sc);
4632 callout_reset(&sc->sc_dfs_ch,
4635 callout_stop(&sc->sc_dfs_ch);
4752 callout_stop(&sc->sc_dfs_ch);

Completed in 15 milliseconds