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

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

Completed in 157 milliseconds