Searched refs:watchdog_timer (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h206 int watchdog_timer; /* seconds until chip reset */ member in struct:fxp_softc
H A Dif_fxp.c1396 sc->watchdog_timer = 5;
1777 sc->watchdog_timer = 0;
2187 sc->watchdog_timer = 0;
2238 if (sc->watchdog_timer == 0 || --sc->watchdog_timer)
/freebsd-current/sys/dev/et/
H A Dif_etvar.h304 int watchdog_timer; member in struct:et_softc
H A Dif_et.c673 sc->watchdog_timer = 0;
1435 sc->watchdog_timer = 5;
1457 if (sc->watchdog_timer == 0 || --sc->watchdog_timer)
2292 sc->watchdog_timer = 0;
/freebsd-current/contrib/ntp/include/
H A Dntp_request.h468 u_int32 watchdog_timer; member in struct:info_loop
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1065 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT,
1427 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT,
1560 callout_stop(&priv->watchdog_timer);
1795 callout_drain(&priv->watchdog_timer);
2172 callout_init(&priv->watchdog_timer, 1);
H A Den.h627 struct callout watchdog_timer; member in struct:mlx4_en_priv
/freebsd-current/usr.sbin/ntp/ntpdc/
H A Dnl.c291 printf("offsetof(watchdog_timer) = %d\n",
292 (int) offsetof(struct info_loop, watchdog_timer));
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc_ops.c930 (u_long)ntohl((u_long)il->watchdog_timer));
941 (u_long)ntohl(il->watchdog_timer));
/freebsd-current/sys/dev/ocs_fc/
H A Docs_hw.h1070 ocs_timer_t watchdog_timer; /**< Timer for heartbeat */ member in struct:ocs_hw_s
H A Docs_hw.c6296 ocs_setup_timer(hw->os, &hw->watchdog_timer, ocs_hw_watchdog_timer_cb, hw, (timeout*1000 - 500) );
6298 ocs_del_timer(&hw->watchdog_timer);
/freebsd-current/sys/dev/ixgbe/
H A Dif_ix.c3734 if (dcfg->watchdog_timer ^ sc->dmac ||
3736 dcfg->watchdog_timer = sc->dmac;
3742 dcfg->watchdog_timer, dcfg->link_speed);
H A Dixgbe_x550.c900 if (!hw->mac.dmac_config.watchdog_timer)
910 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096;
H A Dixgbe_type.h724 u16 watchdog_timer; /* usec units */ member in struct:ixgbe_dmac_config
/freebsd-current/sys/dev/bce/
H A Dif_bce.c4851 sc->watchdog_timer = 0;
6864 sc->watchdog_timer = 0;
7492 sc->watchdog_timer = BCE_TX_TIMEOUT;
7701 if (sc->watchdog_timer == 0 || --sc->watchdog_timer)
7712 sc->watchdog_timer = BCE_TX_TIMEOUT;
7721 sc->watchdog_timer = BCE_TX_TIMEOUT;
H A Dif_bcereg.h6468 int watchdog_timer; member in struct:bce_softc
/freebsd-current/sys/dev/bxe/
H A Dbxe.c3459 if ((fp->watchdog_timer == 0) || (--fp->watchdog_timer)) {
3520 fp->watchdog_timer = BXE_TX_TIMEOUT;
3524 fp->watchdog_timer = 0;
4225 fp->watchdog_timer = 0;
5585 fp->watchdog_timer = BXE_TX_TIMEOUT;
5717 fp->watchdog_timer = BXE_TX_TIMEOUT;
H A Dbxe.h658 int watchdog_timer; member in struct:bxe_fastpath
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_request.c1275 li->watchdog_timer = htonl((u_int32)(current_time - sys_epoch));

Completed in 607 milliseconds