Home
last modified time | relevance | path

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

/freebsd/sys/dev/tsec/
H A Dif_tsec.c95 static void tsec_watchdog(struct tsec_softc *sc);
559 sc->tsec_watchdog = 0; in tsec_init_locked()
691 tsec_watchdog(struct tsec_softc *sc) in tsec_watchdog() function
697 if (sc->tsec_watchdog == 0 || --sc->tsec_watchdog > 0) in tsec_watchdog()
785 sc->tsec_watchdog = 5; in tsec_start_locked()
1223 sc->tsec_watchdog = 0; in tsec_stop()
1257 tsec_watchdog(sc); in tsec_tick()
1485 sc->tsec_watchdog = 0; in tsec_transmit_intr_locked()
H A Dif_tsec.h110 int tsec_watchdog; member