Home
last modified time | relevance | path

Searched refs:ICMD_FCA_ABORT_CALLED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2179 ASSERT((old & ICMD_FCA_ABORT_CALLED) == 0); in fct_scsi_abort()
2180 new |= ICMD_BEING_ABORTED | ICMD_FCA_ABORT_CALLED; in fct_scsi_abort()
2186 atomic_and_32(&icmd->icmd_flags, ~ICMD_FCA_ABORT_CALLED); in fct_scsi_abort()
3113 ICMD_FCA_ABORT_CALLED)) == (ICMD_KNOWN_TO_FCA | in fct_reset_flag_abort_called()
3114 ICMD_FCA_ABORT_CALLED)) { in fct_reset_flag_abort_called()
3115 new &= ~ICMD_FCA_ABORT_CALLED; in fct_reset_flag_abort_called()
3291 ICMD_FCA_ABORT_CALLED)) == ICMD_KNOWN_TO_FCA) { in fct_cmd_terminator()
3292 atomic_or_32(&icmd->icmd_flags, ICMD_FCA_ABORT_CALLED); in fct_cmd_terminator()
3323 ~ICMD_FCA_ABORT_CALLED); in fct_cmd_terminator()
3334 atomic_or_32(&icmd->icmd_flags, ICMD_FCA_ABORT_CALLED); in fct_cmd_terminator()
H A Dfct_impl.h88 #define ICMD_FCA_ABORT_CALLED 0x0040 macro