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

  /src/sys/dev/pci/
if_wm.c 193 #ifndef WM_WATCHDOG_TIMEOUT
194 #define WM_WATCHDOG_TIMEOUT 5
196 static int wm_watchdog_timeout = WM_WATCHDOG_TIMEOUT; variable in typeref:typename:int
3869 time_uptime - txq->txq_lastsent > wm_watchdog_timeout)
if_wm.c 193 #ifndef WM_WATCHDOG_TIMEOUT
194 #define WM_WATCHDOG_TIMEOUT 5
196 static int wm_watchdog_timeout = WM_WATCHDOG_TIMEOUT; variable in typeref:typename:int
3869 time_uptime - txq->txq_lastsent > wm_watchdog_timeout)
if_wm.c 193 #ifndef WM_WATCHDOG_TIMEOUT
194 #define WM_WATCHDOG_TIMEOUT 5
196 static int wm_watchdog_timeout = WM_WATCHDOG_TIMEOUT; variable in typeref:typename:int
3869 time_uptime - txq->txq_lastsent > wm_watchdog_timeout)

Completed in 258 milliseconds