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

/freebsd-13-stable/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.c1579 int watchdog_time; local
1582 watchdog_time = READ_ONCE(ring->watchdog_time);
1583 if (watchdog_time != 0 &&
1584 time_after(ticks, ring->watchdog_time))
H A Den.h305 u64 watchdog_time; member in struct:mlx4_en_tx_ring
/freebsd-13-stable/sys/dev/neta/
H A Dif_mvnetavar.h165 int watchdog_time; member in struct:mvneta_tx_ring
H A Dif_mvneta.c1932 tx->watchdog_time = ticks;
2890 ((ticks - tx->watchdog_time) > MVNETA_WATCHDOG))
2938 tx->watchdog_time = ticks;
2959 if ((ticks - tx->watchdog_time) > MVNETA_WATCHDOG_TXCOMP &&

Completed in 126 milliseconds