Home
last modified time | relevance | path

Searched refs:wdog_timer (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/xe/
Dif_xevar.h41 struct callout wdog_timer; member
Dif_xe.c249 callout_init_mtx(&scp->wdog_timer, &scp->lock, 0); in xe_attach()
449 callout_reset(&scp->wdog_timer, hz, xe_watchdog, scp); in xe_init_locked()
935 callout_reset(&scp->wdog_timer, hz, xe_watchdog, scp); in xe_watchdog()
1329 callout_stop(&scp->wdog_timer); in xe_stop()
Dif_xe_pccard.c336 callout_drain(&sc->wdog_timer); in xe_pccard_detach()