Searched refs:watchdog_timer (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/dev/fxp/ |
H A D | if_fxpvar.h | 206 int watchdog_timer; /* seconds until chip reset */ member
|
H A D | if_fxp.c | 1375 sc->watchdog_timer = 5; in fxp_start_body() 1756 sc->watchdog_timer = 0; in fxp_txeof() 2166 sc->watchdog_timer = 0; in fxp_stop() 2217 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in fxp_watchdog()
|
/freebsd/sys/dev/et/ |
H A D | if_etvar.h | 304 int watchdog_timer; member
|
H A D | if_et.c | 666 sc->watchdog_timer = 0; in et_stop() 1428 sc->watchdog_timer = 5; in et_start_locked() 1450 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in et_watchdog() 2285 sc->watchdog_timer = 0; in et_txeof()
|
/freebsd/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/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() 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() 2167 callout_init(&priv->watchdog_timer, 1); in mlx4_en_init_netdev()
|
H A D | en.h | 627 struct callout watchdog_timer; member
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 468 u_int32 watchdog_timer; member
|
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 292 (int) offsetof(struct info_loop, watchdog_timer));
|
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 4844 sc->watchdog_timer = 0; in bce_stop() 6857 sc->watchdog_timer = 0; in bce_tx_intr() 7485 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_start_locked() 7694 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in bce_watchdog() 7705 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_watchdog() 7714 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_watchdog()
|
H A D | if_bcereg.h | 6468 int watchdog_timer; member
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.h | 1070 ocs_timer_t watchdog_timer; /**< Timer for heartbeat */ member
|
H A D | ocs_hw.c | 6296 … 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 D | if_ix.c | 3929 if (dcfg->watchdog_timer ^ sc->dmac || in ixgbe_config_dmac() 3931 dcfg->watchdog_timer = sc->dmac; in ixgbe_config_dmac() 3937 dcfg->watchdog_timer, dcfg->link_speed); in ixgbe_config_dmac()
|
H A D | ixgbe_x550.c | 893 if (!hw->mac.dmac_config.watchdog_timer) in ixgbe_dmac_config_X550() 903 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096; in ixgbe_dmac_config_X550()
|
H A D | ixgbe_type.h | 779 u16 watchdog_timer; /* usec units */ member
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 3459 if ((fp->watchdog_timer == 0) || (--fp->watchdog_timer)) { in bxe_watchdog() 3520 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_txeof() 3524 fp->watchdog_timer = 0; in bxe_txeof() 4225 fp->watchdog_timer = 0; in bxe_nic_unload() 5585 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_tx_start_locked() 5717 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_tx_mq_start_locked()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 1275 li->watchdog_timer = htonl((u_int32)(current_time - sys_epoch)); in loop_info()
|