Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bce/
Dif_bce.c1493 callout_init(&sc->bce_tick_callout); in bce_attach()
1496 callout_init_mtx(&sc->bce_tick_callout, &sc->bce_mtx, 0); in bce_attach()
4945 callout_stop(&sc->bce_tick_callout); in bce_stop()
6500 callout_stop(&sc->bce_tick_callout); in bce_phy_intr()
7179 callout_reset(&sc->bce_tick_callout, hz, bce_tick, sc); in bce_init_locked()
8477 callout_reset(&sc->bce_tick_callout, hz, bce_tick, sc); in bce_tick()
Dif_bcereg.h6541 struct callout bce_tick_callout; member