Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmp_watchdog.c68 static int watchdog_timer = -1; variable
107 watchdog_timer = WATCHDOG_THRESHOLD; in watchdog_function()
126 watchdog_timer = WATCHDOG_THRESHOLD; in watchdog_change()
198 atomic_subtract_int(&watchdog_timer, 1); in ap_watchdog()
199 if (watchdog_timer < 4) in ap_watchdog()
200 printf("Watchdog timer: %d\n", watchdog_timer); in ap_watchdog()
201 if (watchdog_timer == 0 && watchdog_dontfire == 0) { in ap_watchdog()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c865 if (!hw->mac.dmac_config.watchdog_timer) in ixgbe_dmac_config_X550()
875 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096; in ixgbe_dmac_config_X550()
H A Dixgbe_type.h691 u16 watchdog_timer; /* usec units */ member
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h418 int watchdog_timer; member