Searched refs:emac_tick_ch (Results 1 – 1 of 1) sorted by relevance
103 struct callout emac_tick_ch; member489 callout_reset(&sc->emac_tick_ch, hz, emac_tick, sc); in emac_tick()602 callout_reset(&sc->emac_tick_ch, hz, emac_tick, sc); in emac_init_locked()700 callout_stop(&sc->emac_tick_ch); in emac_stop_locked()813 callout_drain(&sc->emac_tick_ch); in emac_detach()900 callout_init_mtx(&sc->emac_tick_ch, &sc->emac_mtx, 0); in emac_attach()