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

/freebsd-11.0-release/sys/dev/sge/
H A Dif_sgereg.h350 struct callout sge_stat_ch; member in struct:sge_softc
H A Dif_sge.c564 callout_init_mtx(&sc->sge_stat_ch, &sc->sge_mtx, 0);
682 callout_drain(&sc->sge_stat_ch);
1324 callout_reset(&sc->sge_stat_ch, hz, sge_tick, sc);
1703 callout_reset(&sc->sge_stat_ch, hz, sge_tick, sc);
1886 callout_stop(&sc->sge_stat_ch);

Completed in 60 milliseconds