Home
last modified time | relevance | path

Searched refs:MAX_STATS_TIMER_WAKEUP_NO_COMPLETION (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm_stats.h58 #define MAX_STATS_TIMER_WAKEUP_NO_COMPLETION 50 // Might be a real problem with SW/FW HSI macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.c520 … if ((!is_pending_stats_completion(pdev) && (val >= MAX_STATS_TIMER_WAKEUP_NO_COMPLETION)) || in lm_stats_on_timer()
533 DbgBreakIfAll( val >= MAX_STATS_TIMER_WAKEUP_NO_COMPLETION ) ; in lm_stats_on_timer()