Searched refs:tx_watchdog_count (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/ffec/
H A Dif_ffec.c165 int tx_watchdog_count; member in struct:ffec_softc
570 if (sc->tx_watchdog_count > 0) {
571 if (--sc->tx_watchdog_count == 0) {
686 sc->tx_watchdog_count = WATCHDOG_TIMEOUT_SECS;
741 sc->tx_watchdog_count = 0;
1045 sc->tx_watchdog_count = 0;
/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwc.c281 sc->tx_watchdog_count = WATCHDOG_TIMEOUT_SECS;
305 sc->tx_watchdog_count = 0;
393 if (sc->tx_watchdog_count > 0) {
394 if (--sc->tx_watchdog_count == 0) {
740 sc->tx_watchdog_count = 0;
H A Dif_dwcvar.h75 int tx_watchdog_count; member in struct:dwc_softc

Completed in 95 milliseconds