Searched refs:sc_ani (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c951 if ((timestamp - sc->sc_ani.sc_longcal_timer) >= ATH_LONG_CALINTERVAL) {
955 sc->sc_ani.sc_longcal_timer = timestamp;
959 if (!sc->sc_ani.sc_caldone) {
960 if ((timestamp - sc->sc_ani.sc_shortcal_timer) >=
966 sc->sc_ani.sc_shortcal_timer = timestamp;
967 sc->sc_ani.sc_resetcal_timer = timestamp;
970 if ((timestamp - sc->sc_ani.sc_resetcal_timer) >=
973 &sc->sc_ani.sc_caldone);
974 if (sc->sc_ani.sc_caldone)
975 sc->sc_ani
[all...]
H A Darn_core.h981 struct ath_ani sc_ani; member in struct:arn_softc

Completed in 65 milliseconds