Home
last modified time | relevance | path

Searched refs:loop_down_timer (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1003 if (ha->loop_down_timer == LOOP_DOWN_TIMER_OFF) { in ql_async_event()
1004 ha->loop_down_timer = LOOP_DOWN_TIMER_START; in ql_async_event()
1077 if (ha->loop_down_timer == LOOP_DOWN_TIMER_OFF) { in ql_async_event()
1078 ha->loop_down_timer = LOOP_DOWN_TIMER_START; in ql_async_event()
1123 if (ha->loop_down_timer == LOOP_DOWN_TIMER_OFF) { in ql_async_event()
1124 ha->loop_down_timer = LOOP_DOWN_TIMER_START; in ql_async_event()
1146 vha->loop_down_timer = LOOP_DOWN_TIMER_OFF; in ql_async_event()
3167 vha->loop_down_timer = LOOP_DOWN_TIMER_OFF; in ql_report_id_entry()
H A Dql_ioctl.c1996 ha->loop_down_timer = LOOP_DOWN_TIMER_START; in ql_adm_update_properties()
H A Dql_init.c109 ha->loop_down_timer = LOOP_DOWN_TIMER_OFF; in ql_initialize_adapter()
173 ha->loop_down_timer == LOOP_DOWN_TIMER_OFF) { in ql_initialize_adapter()
H A Dql_api.c4798 pha->loop_down_timer <= pha->loop_down_abort_time) { in ql_cmd_setup()
9650 if (ha->loop_down_timer > LOOP_DOWN_TIMER_END) { in ql_timer()
9651 ha->loop_down_timer--; in ql_timer()
9656 if (ha->loop_down_timer == LOOP_DOWN_RESET) { in ql_timer()
9669 if (ha->loop_down_timer == in ql_timer()
15479 ha->loop_down_timer = LOOP_DOWN_TIMER_OFF; in ql_halt()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1431 uint8_t loop_down_timer; member