Home
last modified time | relevance | path

Searched refs:tx_watchdog (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/eqos/
H A Dif_eqos_var.h86 int tx_watchdog; member
H A Dif_eqos.c611 sc->tx_watchdog = WATCHDOG_TIMEOUT_SECS; in eqos_start_locked()
769 sc->tx_watchdog = 0; in eqos_txintr()
811 if (sc->tx_watchdog > 0) in eqos_tick()
812 if (!--sc->tx_watchdog) { in eqos_tick()