Lines Matching defs:icmd_flags

812 		icmd->icmd_flags |= ICMD_KNOWN_TO_FCA;
969 if (!(icmd->icmd_flags & ICMD_IMPLICIT)) {
985 atomic_or_32(&icmd->icmd_flags, ICMD_IMPLICIT_CMD_HAS_RESOURCE);
1006 atomic_or_32(&icmd->icmd_flags, ICMD_SESSION_AFFECTING);
1044 if (icmd->icmd_flags & ICMD_IN_TRANSITION) {
1049 if (icmd->icmd_flags & ICMD_CMD_COMPLETE) {
1098 atomic_and_32(&icmd->icmd_flags, ~ICMD_IN_IRP_QUEUE);
1393 uint32_t icmd_flags = icmd->icmd_flags;
1472 if ((ret == FCT_SUCCESS) && !(icmd->icmd_flags & ICMD_IMPLICIT)) {
1505 atomic_or_32(&icmd->icmd_flags, ICMD_KNOWN_TO_FCA);
1508 atomic_and_32(&icmd->icmd_flags,
1524 if (icmd_flags & ICMD_IMPLICIT) {
1782 if (!(icmd->icmd_flags & ICMD_IMPLICIT)) {
1786 atomic_or_32(&icmd->icmd_flags, ICMD_KNOWN_TO_FCA);
1789 atomic_and_32(&icmd->icmd_flags,
2046 if ((*ppcmd)->icmd_flags & ICMD_BEING_ABORTED) {
2055 (((*ppcmd)->icmd_flags & ICMD_SESSION_AFFECTING) == 0)) {
2071 if ((*ppcmd)->icmd_flags & ICMD_SESSION_AFFECTING)
2087 atomic_and_32(&cmd_to_abort->icmd_flags, ~ICMD_IN_IRP_QUEUE);
2109 if ((icmd->icmd_flags & ICMD_ELS_PROCESSING_STARTED) == 0) {
2113 atomic_or_32(&icmd->icmd_flags, ICMD_ELS_PROCESSING_STARTED);
2130 atomic_or_32(&icmd->icmd_flags, ICMD_KNOWN_TO_FCA);
2132 atomic_and_32(&icmd->icmd_flags, ~ICMD_KNOWN_TO_FCA);
2193 atomic_or_32(&icmd->icmd_flags, ICMD_CMD_COMPLETE);
2250 ASSERT(icmd->icmd_flags | ICMD_IN_SOLCMD_QUEUE);
2252 if (icmd->icmd_flags & ICMD_SOLCMD_NEW) {
2258 icmd->icmd_flags &= ~ICMD_SOLCMD_NEW;
2268 } else if (icmd->icmd_flags & ICMD_CMD_COMPLETE) {
2305 !(icmd->icmd_flags & ICMD_BEING_ABORTED)) {
2379 atomic_or_32(&icmd->icmd_flags, ICMD_KNOWN_TO_FCA);
2383 atomic_and_32(&icmd->icmd_flags, ~ICMD_KNOWN_TO_FCA);
2391 ASSERT(!(icmd->icmd_flags & ICMD_IMPLICIT));