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

/freebsd-current/sys/dev/bce/
H A Dif_bce.c1456 callout_init_mtx(&sc->bce_tick_callout, &sc->bce_mtx, 0);
4833 callout_stop(&sc->bce_tick_callout);
6366 callout_stop(&sc->bce_tick_callout);
7031 callout_reset(&sc->bce_tick_callout, hz, bce_tick, sc);
8313 callout_reset(&sc->bce_tick_callout, hz, bce_tick, sc);
H A Dif_bcereg.h6464 struct callout bce_tick_callout; member in struct:bce_softc

Completed in 172 milliseconds