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

/freebsd-10.2-release/sys/dev/sis/
H A Dif_sisreg.h485 struct callout sis_stat_ch; member in struct:sis_softc
H A Dif_sis.c901 callout_init_mtx(&sc->sis_stat_ch, &sc->sis_mtx, 0);
1144 callout_drain(&sc->sis_stat_ch);
1630 callout_reset(&sc->sis_stat_ch, hz, sis_tick, sc);
2069 callout_reset(&sc->sis_stat_ch, hz, sis_tick, sc);
2226 callout_stop(&sc->sis_stat_ch);

Completed in 61 milliseconds