Searched refs:ICMD_FCA_ABORT_CALLED (Results 1 – 2 of 2) sorted by relevance
2160 ASSERT((old & ICMD_FCA_ABORT_CALLED) == 0); in fct_scsi_abort()2161 new |= ICMD_BEING_ABORTED | ICMD_FCA_ABORT_CALLED; in fct_scsi_abort()2167 atomic_and_32(&icmd->icmd_flags, ~ICMD_FCA_ABORT_CALLED); in fct_scsi_abort()3094 ICMD_FCA_ABORT_CALLED)) == (ICMD_KNOWN_TO_FCA | in fct_reset_flag_abort_called()3095 ICMD_FCA_ABORT_CALLED)) { in fct_reset_flag_abort_called()3096 new &= ~ICMD_FCA_ABORT_CALLED; in fct_reset_flag_abort_called()3272 ICMD_FCA_ABORT_CALLED)) == ICMD_KNOWN_TO_FCA) { in fct_cmd_terminator()3273 atomic_or_32(&icmd->icmd_flags, ICMD_FCA_ABORT_CALLED); in fct_cmd_terminator()3304 ~ICMD_FCA_ABORT_CALLED); in fct_cmd_terminator()3315 atomic_or_32(&icmd->icmd_flags, ICMD_FCA_ABORT_CALLED); in fct_cmd_terminator()
88 #define ICMD_FCA_ABORT_CALLED 0x0040 macro