Home
last modified time | relevance | path

Searched refs:LOOP_DOWN_TIMER_END (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h445 #define LOOP_DOWN_TIMER_END 1 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c1725 } else if (ha->loop_down_abort_time <= LOOP_DOWN_TIMER_END) { in ql_common_properties()
1726 ha->loop_down_abort_time = LOOP_DOWN_TIMER_END + 1; in ql_common_properties()
H A Dql_api.c10092 if (ha->loop_down_timer > LOOP_DOWN_TIMER_END) { in ql_timer()