Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c121 if (!(ha->task_daemon_flags & ABORT_ISP_ACTIVE)) { in ql_initialize_adapter()
189 if (!(ha->task_daemon_flags & ABORT_ISP_ACTIVE)) { in ql_initialize_adapter()
3855 if (ha->task_daemon_flags & ABORT_ISP_ACTIVE || in ql_abort_isp()
3861 ha->task_daemon_flags |= ABORT_ISP_ACTIVE; in ql_abort_isp()
4012 ABORT_ISP_ACTIVE); in ql_abort_isp()
4052 ha->task_daemon_flags &= ~(ISP_ABORT_NEEDED | ABORT_ISP_ACTIVE); in ql_abort_isp()
H A Dql_isr.c259 ABORT_ISP_ACTIVE))) { in ql_isr_aif()
852 (ISP_ABORT_NEEDED | ABORT_ISP_ACTIVE))) { in ql_async_event()
2402 if ((ha->task_daemon_flags & ABORT_ISP_ACTIVE) in ql_status_error()
3351 !(ha->task_daemon_flags & (ISP_ABORT_NEEDED | ABORT_ISP_ACTIVE))) { in ql_signal_abort()
H A Dql_xioctl.c5623 (ABORT_ISP_ACTIVE | LOOP_RESYNC_ACTIVE | DRIVER_STALL)) { in ql_get_statistics()
5745 (ABORT_ISP_ACTIVE | LOOP_RESYNC_ACTIVE | DRIVER_STALL)) { in ql_get_statistics_fc()
5987 if (ha->task_daemon_flags & ABORT_ISP_ACTIVE) { in ql_get_led_state()
H A Dql_api.c8049 if (ha->task_daemon_flags & ABORT_ISP_ACTIVE) { in ql_awaken_task_daemon()
8513 if (!(ha->task_daemon_flags & ABORT_ISP_ACTIVE)) { in ql_idle_check()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1717 #define ABORT_ISP_ACTIVE BIT_10 macro
1874 ISP_ABORT_NEEDED | ABORT_ISP_ACTIVE | \