Searched refs:watchdog_timer (Results 1 – 4 of 4) sorted by relevance
68 static int watchdog_timer = -1; variable107 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()
865 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()
691 u16 watchdog_timer; /* usec units */ member
418 int watchdog_timer; member