Home
last modified time | relevance | path

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

/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751var.h178 struct callout sc_tickto; /* for managing DMA */ member
H A Dhifn7751.c612 callout_init_mp(&sc->sc_tickto); in hifn_attach()
613 callout_reset(&sc->sc_tickto, hz, hifn_tick, sc); in hifn_attach()
654 callout_stop(&sc->sc_tickto); in hifn_detach()
2201 callout_reset(&sc->sc_tickto, hz, hifn_tick, sc); in hifn_tick()