Home
last modified time | relevance | path

Searched refs:LOOP_DOWN (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c997 if (!(ha->task_daemon_flags & LOOP_DOWN)) { in ql_async_event()
998 *set_flags |= LOOP_DOWN; in ql_async_event()
1001 FC_STATE_CHANGE | COMMAND_WAIT_NEEDED | LOOP_DOWN); in ql_async_event()
1071 if (!(ha->task_daemon_flags & LOOP_DOWN)) { in ql_async_event()
1072 *set_flags |= LOOP_DOWN; in ql_async_event()
1075 FC_STATE_CHANGE | COMMAND_WAIT_NEEDED | LOOP_DOWN); in ql_async_event()
1118 if (!(ha->task_daemon_flags & LOOP_DOWN)) { in ql_async_event()
1119 *set_flags |= LOOP_DOWN; in ql_async_event()
1122 COMMAND_WAIT_NEEDED | LOOP_DOWN); in ql_async_event()
1143 *set_flags &= ~LOOP_DOWN; in ql_async_event()
[all …]
H A Dql_init.c106 ha->task_daemon_flags |= LOOP_DOWN; in ql_initialize_adapter()
192 LOOP_DOWN; in ql_initialize_adapter()
2848 LOOP_DOWN)) { in ql_fw_ready()
2940 (LOOP_RESYNC_NEEDED | LOOP_DOWN))) { in ql_configure_loop()
2943 (LOOP_RESYNC_NEEDED | LOOP_DOWN))) { in ql_configure_loop()
3865 vha->task_daemon_flags |= LOOP_DOWN; in ql_abort_isp()
4053 ha->task_daemon_flags |= LOOP_DOWN; in ql_abort_isp()
4205 ha->task_daemon_flags |= LOOP_DOWN; in ql_vport_enable()
4219 if (!(ha->pha->task_daemon_flags & LOOP_DOWN)) { in ql_vport_enable()
H A Dql_ioctl.c1876 if (ha->task_daemon_flags & LOOP_DOWN) { in ql_adm_loop_reset()
1998 ha->task_daemon_flags |= LOOP_DOWN | ISP_ABORT_NEEDED; in ql_adm_update_properties()
H A Dql_api.c3720 if ((tq == NULL) || (pha->task_daemon_flags & LOOP_DOWN)) { in ql_abort()
3883 if (!(ha->pha->task_daemon_flags & LOOP_DOWN)) { in ql_reset()
3895 rval2 = ha->pha->task_daemon_flags & LOOP_DOWN in ql_reset()
3927 LOOP_DOWN)) { in ql_reset()
4337 (ha->task_daemon_flags & LOOP_DOWN && in ql_port_manage()
4797 pha->task_daemon_flags & LOOP_DOWN && in ql_cmd_setup()
7874 if (!(ha->task_daemon_flags & LOOP_DOWN) && in ql_done()
7920 LOOP_DOWN)) { in ql_done()
8393 if (!(ha->task_daemon_flags & (LOOP_DOWN | DRIVER_STALL | in ql_task_thread()
8664 tq->logout_sent == 0 && (ha->task_daemon_flags & LOOP_DOWN) == 0) { in ql_send_logo()
[all …]
H A Dql_xioctl.c942 if (ha->task_daemon_flags & LOOP_DOWN) { in ql_qry_hba_port()
3400 if (!(ha->task_daemon_flags & LOOP_DOWN) && opt == in ql_diagnostic_loopback()
3425 if (!(ha->task_daemon_flags & LOOP_DOWN) && in ql_diagnostic_loopback()
5650 (ha->task_daemon_flags & LOOP_DOWN ? 0xFF : ha->loop_id), in ql_get_statistics()
8780 LOOP_DOWN)) { in ql_reset_cmd()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1720 #define LOOP_DOWN BIT_13 macro
1878 #define QL_SUSPENDED (QL_LOOP_TRANSITION | LOOP_DOWN | DRIVER_STALL)
1886 LOOP_DOWN))