Home
last modified time | relevance | path

Searched refs:sc_lastani (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/ath/
HDif_ath.c2494 sc->sc_lastani = ticks; in ath_init()
5229 aniCal = (ticks - sc->sc_lastani >= ath_anicalinterval*hz/1000); in ath_calibrate()
5236 sc->sc_lastani = ticks; in ath_calibrate()
HDif_athvar.h794 int sc_lastani; /* last ANI poll */ member