Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xe/
Dif_xe.c158 static void xe_watchdog(void *arg);
449 callout_reset(&scp->wdog_timer, hz, xe_watchdog, scp); in xe_init_locked()
921 xe_watchdog(void *arg) in xe_watchdog() function
935 callout_reset(&scp->wdog_timer, hz, xe_watchdog, scp); in xe_watchdog()