Searched refs:LOOP_DOWN_TIMER_START (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h359 #define LOOP_DOWN_TIMER_START 240 /* 0 - 255 */ macro
361 #define LOOP_DOWN_RESET (LOOP_DOWN_TIMER_START - 45) /* 0 - 255 */
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1004 ha->loop_down_timer = LOOP_DOWN_TIMER_START;
1078 ha->loop_down_timer = LOOP_DOWN_TIMER_START;
1124 ha->loop_down_timer = LOOP_DOWN_TIMER_START;
2368 ha->loop_down_abort_time < LOOP_DOWN_TIMER_START) &&
H A Dql_ioctl.c1996 ha->loop_down_timer = LOOP_DOWN_TIMER_START;
H A Dql_init.c1700 ha->loop_down_abort_time = (uint8_t)(LOOP_DOWN_TIMER_START - data);
1701 if (ha->loop_down_abort_time == LOOP_DOWN_TIMER_START) {

Completed in 93 milliseconds