Searched refs:icmd_flags (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c812 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; local
1472 if ((ret == FCT_SUCCESS) && !(icmd->icmd_flags
[all...]
H A Dfct.c1495 if (icmd->icmd_flags & ICMD_IMPLICIT)
1710 icmd->icmd_flags |= ICMD_IN_TRANSITION | ICMD_KNOWN_TO_FCA;
1795 atomic_and_32(&icmd->icmd_flags, ~ICMD_IN_TRANSITION);
1832 atomic_or_32(&icmd->icmd_flags, ICMD_IMPLICIT_CMD_HAS_RESOURCE);
1844 atomic_or_32(&icmd->icmd_flags, ICMD_SESSION_AFFECTING);
1897 atomic_or_32(&icmd->icmd_flags, ICMD_IN_IRP_QUEUE);
1959 old = new = icmd->icmd_flags;
1964 } while (atomic_cas_32(&icmd->icmd_flags, old, new) != old);
1969 if (icmd->icmd_flags & ICMD_BEING_ABORTED)
2005 old = new = icmd->icmd_flags;
[all...]
H A Dfct_impl.h73 uint32_t icmd_flags; member in struct:fct_i_cmd
82 * icmd_flags

Completed in 69 milliseconds