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

/freebsd-11.0-release/sys/dev/bge/
H A Dif_bge.c3322 callout_init_mtx(&sc->bge_stat_ch, &sc->bge_mtx, 0);
3969 callout_drain(&sc->bge_stat_ch);
4777 if (callout_pending(&sc->bge_stat_ch) ||
4778 !callout_active(&sc->bge_stat_ch))
4820 callout_reset(&sc->bge_stat_ch, hz, bge_tick, sc);
5597 callout_reset(&sc->bge_stat_ch, hz, bge_tick, sc);
5985 callout_stop(&sc->bge_stat_ch);
H A Dif_bgereg.h3048 struct callout bge_stat_ch; member in struct:bge_softc

Completed in 69 milliseconds