Searched refs:SCB_ABORT (Results 1 – 9 of 9) sorted by relevance
548 SCB_ABORT = 0x0100, enumerator
1253 error = ahc_linux_queue_recovery_cmd(cmd, SCB_ABORT);4739 flag == SCB_ABORT ? "n ABORT" : " TARGET RESET");4793 if (flag == SCB_ABORT) {4870 if (flag == SCB_ABORT) {4897 else if (flag != SCB_ABORT
583 SCB_ABORT = 0x00100, enumerator
744 scb->flags |= SCB_ABORT|SCB_CMDPHASE_ABORT; in ahd_handle_seqint()2088 scb->flags |= SCB_ABORT; in ahd_handle_proto_violation()3165 } else if ((scb->flags & SCB_ABORT) != 0) { in ahd_setup_initiator_msgout()7845 ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET); in ahd_handle_scsi_status()
1431 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT;1444 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT;
2312 } else if ((scb->flags & SCB_ABORT) != 0) { in ahc_setup_initiator_msgout()2628 scb->flags |= SCB_ABORT; in ahc_handle_proto_violation()
714 SCB_ABORT = 0x0010, enumerator2825 if (scb->flags & (SCB_RESET|SCB_ABORT)) in aic7xxx_done()5016 else if (scb->flags & SCB_ABORT) in aic7xxx_handle_seqint()6807 scb->flags &= ~(SCB_QUEUED_FOR_DONE | SCB_RESET | SCB_ABORT | in aic7xxx_handle_command_completion_intr()6811 else if (scb->flags & SCB_ABORT) in aic7xxx_handle_command_completion_intr()6817 scb->flags &= ~(SCB_ABORT|SCB_RESET); in aic7xxx_handle_command_completion_intr()11257 if ( scb->flags & (SCB_ABORT | SCB_RESET | SCB_QUEUED_ABORT) ) in aic7xxx_abort()11356 scb->flags |= SCB_ABORT | SCB_QUEUED_FOR_DONE; in aic7xxx_abort()11367 cmd->lun, scb->hscb->tag, SCB_ABORT | SCB_QUEUED_FOR_DONE, in aic7xxx_abort()11413 scb->flags = SCB_ABORT | SCB_QUEUED_FOR_DONE; in aic7xxx_abort()[all …]
270 #define SCB_ABORT 0x0008 /* Got an abort for this one */ macro
1983 if( scb->state & SCB_ABORT ) { in mega_cmd_done()2809 scb->state |= SCB_ABORT; in megaraid_abort()