Symbol: ICMD_KNOWN_TO_FCA
usr/src/uts/common/io/comstar/port/fct/discovery.c
1504
atomic_or_32(&icmd->icmd_flags, ICMD_KNOWN_TO_FCA);
usr/src/uts/common/io/comstar/port/fct/discovery.c
1508
~ICMD_KNOWN_TO_FCA);
usr/src/uts/common/io/comstar/port/fct/discovery.c
1785
atomic_or_32(&icmd->icmd_flags, ICMD_KNOWN_TO_FCA);
usr/src/uts/common/io/comstar/port/fct/discovery.c
1789
~ICMD_KNOWN_TO_FCA);
usr/src/uts/common/io/comstar/port/fct/discovery.c
2129
atomic_or_32(&icmd->icmd_flags, ICMD_KNOWN_TO_FCA);
usr/src/uts/common/io/comstar/port/fct/discovery.c
2131
atomic_and_32(&icmd->icmd_flags, ~ICMD_KNOWN_TO_FCA);
usr/src/uts/common/io/comstar/port/fct/discovery.c
2378
atomic_or_32(&icmd->icmd_flags, ICMD_KNOWN_TO_FCA);
usr/src/uts/common/io/comstar/port/fct/discovery.c
2382
atomic_and_32(&icmd->icmd_flags, ~ICMD_KNOWN_TO_FCA);
usr/src/uts/common/io/comstar/port/fct/discovery.c
812
icmd->icmd_flags |= ICMD_KNOWN_TO_FCA;
usr/src/uts/common/io/comstar/port/fct/fct.c
1725
icmd->icmd_flags |= ICMD_IN_TRANSITION | ICMD_KNOWN_TO_FCA;
usr/src/uts/common/io/comstar/port/fct/fct.c
1978
new &= ~ICMD_KNOWN_TO_FCA;
usr/src/uts/common/io/comstar/port/fct/fct.c
2024
new &= ~ICMD_KNOWN_TO_FCA;
usr/src/uts/common/io/comstar/port/fct/fct.c
2177
if ((old & ICMD_KNOWN_TO_FCA) == 0)
usr/src/uts/common/io/comstar/port/fct/fct.c
2184
atomic_and_32(&icmd->icmd_flags, ~ICMD_KNOWN_TO_FCA);
usr/src/uts/common/io/comstar/port/fct/fct.c
2843
atomic_and_32(&icmd->icmd_flags, ~ICMD_KNOWN_TO_FCA);
usr/src/uts/common/io/comstar/port/fct/fct.c
2898
if ((old & (ICMD_BEING_ABORTED | ICMD_KNOWN_TO_FCA)) !=
usr/src/uts/common/io/comstar/port/fct/fct.c
2899
ICMD_KNOWN_TO_FCA)
usr/src/uts/common/io/comstar/port/fct/fct.c
2936
icmd->icmd_flags |= ICMD_KNOWN_TO_FCA;
usr/src/uts/common/io/comstar/port/fct/fct.c
2980
if ((ic->icmd_flags & ICMD_KNOWN_TO_FCA) == 0)
usr/src/uts/common/io/comstar/port/fct/fct.c
3112
if ((old & (ICMD_KNOWN_TO_FCA |
usr/src/uts/common/io/comstar/port/fct/fct.c
3113
ICMD_FCA_ABORT_CALLED)) == (ICMD_KNOWN_TO_FCA |
usr/src/uts/common/io/comstar/port/fct/fct.c
3290
if ((icmd->icmd_flags & (ICMD_KNOWN_TO_FCA |
usr/src/uts/common/io/comstar/port/fct/fct.c
3291
ICMD_FCA_ABORT_CALLED)) == ICMD_KNOWN_TO_FCA) {
usr/src/uts/common/io/comstar/port/fct/fct.c
3328
~ICMD_KNOWN_TO_FCA);
usr/src/uts/common/io/comstar/port/fct/fct.c
3337
if ((icmd->icmd_flags & ICMD_KNOWN_TO_FCA) == 0)