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

/freebsd-11-stable/sys/dev/ste/
H A Dif_stereg.h588 struct callout ste_callout; member in struct:ste_softc
H A Dif_ste.c759 callout_reset(&sc->ste_callout, hz, ste_tick, sc);
971 callout_init_mtx(&sc->ste_callout, &sc->ste_mtx, 0);
1081 callout_drain(&sc->ste_callout);
1614 callout_reset(&sc->ste_callout, hz, ste_tick, sc);
1629 callout_stop(&sc->ste_callout);

Completed in 328 milliseconds