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

  /src/sys/dev/pci/
if_bge.c 529 #ifndef BGE_WATCHDOG_TIMEOUT
530 #define BGE_WATCHDOG_TIMEOUT 5
532 static int bge_watchdog_timeout = BGE_WATCHDOG_TIMEOUT; variable in typeref:typename:int
6040 if (time_uptime - sc->bge_tx_lastsent <= bge_watchdog_timeout)
if_bge.c 529 #ifndef BGE_WATCHDOG_TIMEOUT
530 #define BGE_WATCHDOG_TIMEOUT 5
532 static int bge_watchdog_timeout = BGE_WATCHDOG_TIMEOUT; variable in typeref:typename:int
6040 if (time_uptime - sc->bge_tx_lastsent <= bge_watchdog_timeout)

Completed in 28 milliseconds