Home
last modified time | relevance | path

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

/freebsd/sys/dev/hifn/
H A Dhifn7751var.h171 struct callout sc_tickto; /* for managing DMA */ member
H A Dhifn7751.c586 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()