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

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751var.h172 struct callout sc_tickto; /* for managing DMA */ member in struct:hifn_softc
H A Dhifn7751.c588 callout_init(&sc->sc_tickto, 1);
589 callout_reset(&sc->sc_tickto, hz, hifn_tick, sc);
629 callout_stop(&sc->sc_tickto);
2113 callout_reset(&sc->sc_tickto, hz, hifn_tick, sc);

Completed in 92 milliseconds