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

/freebsd-11-stable/sys/dev/bfe/
H A Dif_bfe.c440 callout_init_mtx(&sc->bfe_stat_co, &sc->bfe_mtx, 0);
552 callout_drain(&sc->bfe_stat_co);
1724 callout_reset(&sc->bfe_stat_co, hz, bfe_tick, sc);
1841 callout_reset(&sc->bfe_stat_co, hz, bfe_tick, sc);
1858 callout_stop(&sc->bfe_stat_co);
H A Dif_bfereg.h597 struct callout bfe_stat_co; member in struct:bfe_softc

Completed in 273 milliseconds