Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h206 int watchdog_timer; /* seconds until chip reset */ member
H A Dif_fxp.c1396 sc->watchdog_timer = 5; in fxp_start_body()
1777 sc->watchdog_timer = 0; in fxp_txeof()
2187 sc->watchdog_timer = 0; in fxp_stop()
2238 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in fxp_watchdog()
/freebsd/sys/dev/et/
H A Dif_etvar.h304 int watchdog_timer; member
H A Dif_et.c673 sc->watchdog_timer = 0; in et_stop()
1435 sc->watchdog_timer = 5; in et_start_locked()
1457 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in et_watchdog()
2292 sc->watchdog_timer = 0; in et_txeof()
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std146 offsetof(watchdog_timer) = 20
H A Dntpdc_ops.c930 (u_long)ntohl((u_long)il->watchdog_timer)); in loopinfo()
941 (u_long)ntohl(il->watchdog_timer)); in loopinfo()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1065 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT, in mlx4_en_watchdog_timeout()
1427 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT, in mlx4_en_start_port()
1560 callout_stop(&priv->watchdog_timer); in mlx4_en_stop_port()
1795 callout_drain(&priv->watchdog_timer); in mlx4_en_destroy_netdev()
2172 callout_init(&priv->watchdog_timer, 1); in mlx4_en_init_netdev()
H A Den.h627 struct callout watchdog_timer; member
/freebsd/contrib/ntp/include/
H A Dntp_request.h468 u_int32 watchdog_timer; member
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c292 (int) offsetof(struct info_loop, watchdog_timer));
/freebsd/sys/dev/bce/
H A Dif_bce.c4861 sc->watchdog_timer = 0; in bce_stop()
6874 sc->watchdog_timer = 0; in bce_tx_intr()
7502 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_start_locked()
7711 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in bce_watchdog()
7722 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_watchdog()
7731 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_watchdog()
H A Dif_bcereg.h6468 int watchdog_timer; member
/freebsd/sys/dev/ocs_fc/
H A Docs_hw.h1070 ocs_timer_t watchdog_timer; /**< Timer for heartbeat */ member
H A Docs_hw.c6296 … ocs_setup_timer(hw->os, &hw->watchdog_timer, ocs_hw_watchdog_timer_cb, hw, (timeout*1000 - 500) ); in ocs_hw_cb_cfg_watchdog()
6298 ocs_del_timer(&hw->watchdog_timer); in ocs_hw_cb_cfg_watchdog()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c3734 if (dcfg->watchdog_timer ^ sc->dmac || in ixgbe_config_dmac()
3736 dcfg->watchdog_timer = sc->dmac; in ixgbe_config_dmac()
3742 dcfg->watchdog_timer, dcfg->link_speed); in ixgbe_config_dmac()
H A Dixgbe_x550.c900 if (!hw->mac.dmac_config.watchdog_timer) in ixgbe_dmac_config_X550()
910 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096; in ixgbe_dmac_config_X550()
H A Dixgbe_type.h724 u16 watchdog_timer; /* usec units */ member
/freebsd/sys/dev/bxe/
H A Dbxe.c3468 if ((fp->watchdog_timer == 0) || (--fp->watchdog_timer)) { in bxe_watchdog()
3529 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_txeof()
3533 fp->watchdog_timer = 0; in bxe_txeof()
4234 fp->watchdog_timer = 0; in bxe_nic_unload()
5594 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_tx_start_locked()
5726 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_tx_mq_start_locked()
H A Dbxe.h658 int watchdog_timer; member
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c1275 li->watchdog_timer = htonl((u_int32)(current_time - sys_epoch)); in loop_info()