| /freebsd-13.1/sys/x86/x86/ |
| H A D | mp_watchdog.c | 68 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()
|
| /freebsd-13.1/sys/dev/fxp/ |
| H A D | if_fxpvar.h | 208 int watchdog_timer; /* seconds until chip reset */ member
|
| H A D | if_fxp.c | 1401 sc->watchdog_timer = 5; in fxp_start_body() 1784 sc->watchdog_timer = 0; in fxp_txeof() 2194 sc->watchdog_timer = 0; in fxp_stop() 2245 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in fxp_watchdog()
|
| /freebsd-13.1/sys/dev/et/ |
| H A D | if_etvar.h | 305 int watchdog_timer; member
|
| H A D | if_et.c | 679 sc->watchdog_timer = 0; in et_stop() 1443 sc->watchdog_timer = 5; in et_start_locked() 1465 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in et_watchdog() 2302 sc->watchdog_timer = 0; in et_txeof()
|
| /freebsd-13.1/contrib/ntp/ntpdc/ |
| H A D | layout.std | 146 offsetof(watchdog_timer) = 20
|
| H A D | ntpdc_ops.c | 930 (u_long)ntohl((u_long)il->watchdog_timer)); in loopinfo() 941 (u_long)ntohl(il->watchdog_timer)); in loopinfo()
|
| /freebsd-13.1/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_netdev.c | 1065 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT, in mlx4_en_watchdog_timeout() 1428 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT, in mlx4_en_start_port() 1561 callout_stop(&priv->watchdog_timer); in mlx4_en_stop_port() 1796 callout_drain(&priv->watchdog_timer); in mlx4_en_destroy_netdev() 2174 callout_init(&priv->watchdog_timer, 1); in mlx4_en_init_netdev()
|
| H A D | en.h | 627 struct callout watchdog_timer; member
|
| /freebsd-13.1/contrib/ntp/include/ |
| H A D | ntp_request.h | 468 u_int32 watchdog_timer; member
|
| /freebsd-13.1/usr.sbin/ntp/ntpdc/ |
| H A D | nl.c | 293 (int) offsetof(struct info_loop, watchdog_timer));
|
| /freebsd-13.1/sys/dev/bce/ |
| H A D | if_bce.c | 4866 sc->watchdog_timer = 0; in bce_stop() 6879 sc->watchdog_timer = 0; in bce_tx_intr() 7506 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_start_locked() 7715 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in bce_watchdog() 7726 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_watchdog() 7735 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_watchdog()
|
| H A D | if_bcereg.h | 6470 int watchdog_timer; member
|
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_hw.h | 1072 ocs_timer_t watchdog_timer; /**< Timer for heartbeat */ member
|
| H A D | ocs_hw.c | 6279 … ocs_setup_timer(hw->os, &hw->watchdog_timer, ocs_hw_watchdog_timer_cb, hw, (timeout*1000 - 500) ); in ocs_hw_cb_cfg_watchdog() 6281 ocs_del_timer(&hw->watchdog_timer); in ocs_hw_cb_cfg_watchdog()
|
| /freebsd-13.1/sys/dev/ixgbe/ |
| H A D | if_ix.c | 3732 if (dcfg->watchdog_timer ^ sc->dmac || in ixgbe_config_dmac() 3734 dcfg->watchdog_timer = sc->dmac; in ixgbe_config_dmac() 3740 dcfg->watchdog_timer, dcfg->link_speed); in ixgbe_config_dmac()
|
| H A D | ixgbe_x550.c | 901 if (!hw->mac.dmac_config.watchdog_timer) in ixgbe_dmac_config_X550() 911 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096; in ixgbe_dmac_config_X550()
|
| H A D | ixgbe_type.h | 724 u16 watchdog_timer; /* usec units */ member
|
| /freebsd-13.1/sys/dev/bxe/ |
| H A D | bxe.h | 671 int watchdog_timer; member
|
| H A D | bxe.c | 3476 if ((fp->watchdog_timer == 0) || (--fp->watchdog_timer)) { in bxe_watchdog() 3537 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_txeof() 3541 fp->watchdog_timer = 0; in bxe_txeof() 4242 fp->watchdog_timer = 0; in bxe_nic_unload() 5604 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_tx_start_locked() 5736 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_tx_mq_start_locked()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntp_request.c | 1275 li->watchdog_timer = htonl((u_int32)(current_time - sys_epoch)); in loop_info()
|