HomeSort by: relevance | last modified time | path
    Searched defs:cemac_watchdog_timeout (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/cadence/
if_cemac.c 84 #ifndef CEMAC_WATCHDOG_TIMEOUT
85 #define CEMAC_WATCHDOG_TIMEOUT 5
87 static int cemac_watchdog_timeout = CEMAC_WATCHDOG_TIMEOUT; variable in typeref:typename:int
767 if (time_uptime - sc->sc_tx_lastsent <= cemac_watchdog_timeout)
if_cemac.c 84 #ifndef CEMAC_WATCHDOG_TIMEOUT
85 #define CEMAC_WATCHDOG_TIMEOUT 5
87 static int cemac_watchdog_timeout = CEMAC_WATCHDOG_TIMEOUT; variable in typeref:typename:int
767 if (time_uptime - sc->sc_tx_lastsent <= cemac_watchdog_timeout)
if_cemac.c 84 #ifndef CEMAC_WATCHDOG_TIMEOUT
85 #define CEMAC_WATCHDOG_TIMEOUT 5
87 static int cemac_watchdog_timeout = CEMAC_WATCHDOG_TIMEOUT; variable in typeref:typename:int
767 if (time_uptime - sc->sc_tx_lastsent <= cemac_watchdog_timeout)
if_cemac.c 84 #ifndef CEMAC_WATCHDOG_TIMEOUT
85 #define CEMAC_WATCHDOG_TIMEOUT 5
87 static int cemac_watchdog_timeout = CEMAC_WATCHDOG_TIMEOUT; variable in typeref:typename:int
767 if (time_uptime - sc->sc_tx_lastsent <= cemac_watchdog_timeout)

Completed in 42 milliseconds