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

  /src/sys/dev/ic/
rt2661var.h 109 struct callout amrr_ch; member in struct:rt2661_softc
rt2661.c 207 callout_init(&sc->amrr_ch, 0);
388 callout_stop(&sc->amrr_ch);
762 callout_reset(&sc->amrr_ch, hz / 2, rt2661_updatestats, sc);
793 callout_stop(&sc->amrr_ch);
837 callout_reset(&sc->amrr_ch, hz / 2,

Completed in 13 milliseconds