Searched refs:sc_tickto (Results 1 – 2 of 2) sorted by relevance
171 struct callout sc_tickto; /* for managing DMA */ member
586 callout_init(&sc->sc_tickto, 1); in hifn_attach()587 callout_reset(&sc->sc_tickto, hz, hifn_tick, sc); in hifn_attach()627 callout_stop(&sc->sc_tickto); in hifn_detach()2109 callout_reset(&sc->sc_tickto, hz, hifn_tick, sc); in hifn_tick()