Searched refs:ICMD_BEING_ABORTED (Results 1 – 3 of 3) sorted by relevance
1975 if (old & ICMD_BEING_ABORTED) { in fct_scsi_data_xfer_done()1984 if (icmd->icmd_flags & ICMD_BEING_ABORTED) in fct_scsi_data_xfer_done()2021 if (old & ICMD_BEING_ABORTED) { in fct_send_response_done()2180 new |= ICMD_BEING_ABORTED | ICMD_FCA_ABORT_CALLED; in fct_scsi_abort()2832 ASSERT(icmd->icmd_flags & ICMD_BEING_ABORTED); in fct_cmd_fca_aborted()2898 if ((old & (ICMD_BEING_ABORTED | ICMD_KNOWN_TO_FCA)) != in fct_queue_scsi_task_for_termination()2901 new = old | ICMD_BEING_ABORTED; in fct_queue_scsi_task_for_termination()3067 if (old & ICMD_BEING_ABORTED) in fct_q_for_termination_lock_held()3069 new = old | ICMD_BEING_ABORTED; in fct_q_for_termination_lock_held()
86 #define ICMD_BEING_ABORTED 0x0008 macro
2046 if ((*ppcmd)->icmd_flags & ICMD_BEING_ABORTED) { in fct_process_els()2305 !(icmd->icmd_flags & ICMD_BEING_ABORTED)) { in fct_check_solcmd_queue()