Home
last modified time | relevance | path

Searched refs:DRIVER_STALL (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1721 #define DRIVER_STALL BIT_14 macro
1878 #define QL_SUSPENDED (QL_LOOP_TRANSITION | LOOP_DOWN | DRIVER_STALL)
1881 DRIVER_STALL))
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4019 ql_awaken_task_daemon(ha, NULL, DRIVER_STALL, 0); in ql_port_manage()
4027 ql_awaken_task_daemon(ha, NULL, 0, DRIVER_STALL); in ql_port_manage()
4692 ql_awaken_task_daemon(ha, NULL, set_flags, DRIVER_STALL); in ql_port_manage()
4696 ha->task_daemon_flags & (QL_LOOP_TRANSITION | DRIVER_STALL)) { in ql_port_manage()
8205 (TASK_DAEMON_STOP_FLG | DRIVER_STALL) || in ql_task_thread()
8393 if (!(ha->task_daemon_flags & (LOOP_DOWN | DRIVER_STALL | in ql_task_thread()
9614 ha->task_daemon_flags & DRIVER_STALL) { in ql_timer()
9718 reset_flags |= DRIVER_STALL; in ql_timer()
11768 ql_awaken_task_daemon(ha, NULL, DRIVER_STALL, 0); in ql_dump_firmware()
11779 ql_awaken_task_daemon(ha, NULL, ISP_ABORT_NEEDED, DRIVER_STALL); in ql_dump_firmware()
[all …]
H A Dql_xioctl.c408 ha->task_daemon_flags & DRIVER_STALL || in ql_sdm_ioctl()
412 (ha->task_daemon_flags & DRIVER_STALL ? "driver stalled" : in ql_sdm_ioctl()
3245 DRIVER_STALL); in ql_read_flash()
3308 DRIVER_STALL); in ql_write_flash()
3382 if ((ha->task_daemon_flags & (QL_LOOP_TRANSITION | DRIVER_STALL)) || in ql_diagnostic_loopback()
5623 (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()
H A Dql_ioctl.c1780 DRIVER_STALL); in ql_adm_adapter_info()