Searched refs:sc_cal_ch (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath.c | 751 callout_init_mtx(&sc->sc_cal_ch, &sc->sc_mtx, 0); in ath_attach() 1935 callout_stop(&sc->sc_cal_ch); in ath_suspend() 5462 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc); in ath_calibrate() 5543 callout_reset(&sc->sc_cal_ch, nextcal, ath_calibrate, sc); in ath_calibrate() 5873 callout_stop(&sc->sc_cal_ch); in ath_newstate() 6145 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc); in ath_newstate() 6238 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc); in ath_newstate()
|
H A D | if_athvar.h | 799 struct callout sc_cal_ch; /* callout handle for cals */ member
|