Searched refs:bce_tick_callout (Results 1 – 2 of 2) sorted by relevance
1450 callout_init_mtx(&sc->bce_tick_callout, &sc->bce_mtx, 0); in bce_attach()4826 callout_stop(&sc->bce_tick_callout); in bce_stop()6359 callout_stop(&sc->bce_tick_callout); in bce_phy_intr()7024 callout_reset(&sc->bce_tick_callout, hz, bce_tick, sc); in bce_init_locked()8306 callout_reset(&sc->bce_tick_callout, hz, bce_tick, sc); in bce_tick()
6464 struct callout bce_tick_callout; member