Searched refs:sc_cal_timer (Results 1 – 2 of 2) sorted by relevance
1093 while ((sc->sc_cal_timer != 0) && (tmp_id != sc->sc_cal_timer)) { in arn_stop_caltimer()1094 tmp_id = sc->sc_cal_timer; in arn_stop_caltimer()1097 sc->sc_cal_timer = 0; in arn_stop_caltimer()1626 ASSERT(sc->sc_cal_timer == 0); in arn_newstate()1627 sc->sc_cal_timer = timeout(arn_ani_calibrate, (void *)sc, in arn_newstate()
989 timeout_id_t sc_cal_timer; member