Symbol: TQF_QUEUE_SUSPENDED
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
10342
TQF_QUEUE_SUSPENDED)) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
10624
tq->flags &= ~TQF_QUEUE_SUSPENDED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
5403
tq->flags &= ~(TQF_PLOGI_PROGRS | TQF_QUEUE_SUSPENDED);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
6784
tq->flags |= (TQF_QUEUE_SUSPENDED | TQF_PLOGI_PROGRS);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
8138
TQF_QUEUE_SUSPENDED)) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
4165
tq->flags &= ~TQF_QUEUE_SUSPENDED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
2517
if ((tq->flags & TQF_QUEUE_SUSPENDED) == 0) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
2521
tq->flags |= TQF_QUEUE_SUSPENDED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
2560
if ((tq->flags & TQF_QUEUE_SUSPENDED) == 0) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
2561
tq->flags |= TQF_QUEUE_SUSPENDED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
2893
if ((tq->flags & TQF_QUEUE_SUSPENDED) == 0) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
2894
tq->flags |= TQF_QUEUE_SUSPENDED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
3201
if (!(tq->flags & TQF_QUEUE_SUSPENDED)) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
3202
tq->flags |= TQF_QUEUE_SUSPENDED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
3225
if ((tq->flags & TQF_QUEUE_SUSPENDED) == 0) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
3226
tq->flags |= TQF_QUEUE_SUSPENDED;