Searched refs:watchdog_time (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/neta/
H A Dif_mvnetavar.h163 int watchdog_time; member in struct:mvneta_tx_ring
H A Dif_mvneta.c1915 tx->watchdog_time = ticks;
2871 ((ticks - tx->watchdog_time) > MVNETA_WATCHDOG))
2919 tx->watchdog_time = ticks;
2940 if ((ticks - tx->watchdog_time) > MVNETA_WATCHDOG_TXCOMP &&
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c228 ring->watchdog_time = 0;
946 if (ring->watchdog_time == 0)
947 ring->watchdog_time = ticks + MLX4_EN_WATCHDOG_TIMEOUT;
949 ring->watchdog_time = 0;
H A Dmlx4_en_netdev.c1578 int watchdog_time; local
1581 watchdog_time = READ_ONCE(ring->watchdog_time);
1582 if (watchdog_time != 0 &&
1583 time_after(ticks, ring->watchdog_time))
H A Den.h312 u64 watchdog_time; member in struct:mlx4_en_tx_ring

Completed in 188 milliseconds