Home
last modified time | relevance | path

Searched refs:ICMD_BEING_ABORTED (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1956 if (old & ICMD_BEING_ABORTED) { in fct_scsi_data_xfer_done()
1965 if (icmd->icmd_flags & ICMD_BEING_ABORTED) in fct_scsi_data_xfer_done()
2002 if (old & ICMD_BEING_ABORTED) { in fct_send_response_done()
2161 new |= ICMD_BEING_ABORTED | ICMD_FCA_ABORT_CALLED; in fct_scsi_abort()
2813 ASSERT(icmd->icmd_flags & ICMD_BEING_ABORTED); in fct_cmd_fca_aborted()
2879 if ((old & (ICMD_BEING_ABORTED | ICMD_KNOWN_TO_FCA)) != in fct_queue_scsi_task_for_termination()
2882 new = old | ICMD_BEING_ABORTED; in fct_queue_scsi_task_for_termination()
3048 if (old & ICMD_BEING_ABORTED) in fct_q_for_termination_lock_held()
3050 new = old | ICMD_BEING_ABORTED; in fct_q_for_termination_lock_held()
H A Dfct_impl.h86 #define ICMD_BEING_ABORTED 0x0008 macro
H A Ddiscovery.c2046 if ((*ppcmd)->icmd_flags & ICMD_BEING_ABORTED) { in fct_process_els()
2305 !(icmd->icmd_flags & ICMD_BEING_ABORTED)) { in fct_check_solcmd_queue()