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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c997 if (!(ha->task_daemon_flags & LOOP_DOWN)) {
998 *set_flags |= LOOP_DOWN;
1001 FC_STATE_CHANGE | COMMAND_WAIT_NEEDED | LOOP_DOWN);
1071 if (!(ha->task_daemon_flags & LOOP_DOWN)) {
1072 *set_flags |= LOOP_DOWN;
1075 FC_STATE_CHANGE | COMMAND_WAIT_NEEDED | LOOP_DOWN);
1118 if (!(ha->task_daemon_flags & LOOP_DOWN)) {
1119 *set_flags |= LOOP_DOWN;
1122 COMMAND_WAIT_NEEDED | LOOP_DOWN);
1143 *set_flags &= ~LOOP_DOWN;
[all...]
H A Dql_init.c106 ha->task_daemon_flags |= LOOP_DOWN;
192 LOOP_DOWN;
2848 LOOP_DOWN)) {
2940 (LOOP_RESYNC_NEEDED | LOOP_DOWN))) {
2943 (LOOP_RESYNC_NEEDED | LOOP_DOWN))) {
3865 vha->task_daemon_flags |= LOOP_DOWN;
4053 ha->task_daemon_flags |= LOOP_DOWN;
4205 ha->task_daemon_flags |= LOOP_DOWN;
4219 if (!(ha->pha->task_daemon_flags & LOOP_DOWN)) {
H A Dql_ioctl.c1876 if (ha->task_daemon_flags & LOOP_DOWN) {
1998 ha->task_daemon_flags |= LOOP_DOWN | ISP_ABORT_NEEDED;
H A Dql_api.c3720 if ((tq == NULL) || (pha->task_daemon_flags & LOOP_DOWN)) {
3883 if (!(ha->pha->task_daemon_flags & LOOP_DOWN)) {
3895 rval2 = ha->pha->task_daemon_flags & LOOP_DOWN
3927 LOOP_DOWN)) {
4337 (ha->task_daemon_flags & LOOP_DOWN &&
4797 pha->task_daemon_flags & LOOP_DOWN &&
7874 if (!(ha->task_daemon_flags & LOOP_DOWN) &&
7920 LOOP_DOWN)) {
8393 if (!(ha->task_daemon_flags & (LOOP_DOWN | DRIVER_STALL |
8664 tq->logout_sent == 0 && (ha->task_daemon_flags & LOOP_DOWN)
[all...]
H A Dql_xioctl.c942 if (ha->task_daemon_flags & LOOP_DOWN) {
3400 if (!(ha->task_daemon_flags & LOOP_DOWN) && opt ==
3425 if (!(ha->task_daemon_flags & LOOP_DOWN) &&
5650 (ha->task_daemon_flags & LOOP_DOWN ? 0xFF : ha->loop_id),
8780 LOOP_DOWN)) {
/illumos-gate/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))

Completed in 121 milliseconds