Searched refs:SCB_ABORT (Results 1 – 10 of 10) sorted by relevance
85 #define SCB_ABORT 0x0008 /* Got an abort for this one */ macro
2242 if (scb->state & SCB_ABORT) { in megaraid_mbox_dpc()
732 error = ahc_linux_queue_recovery_cmd(cmd, SCB_ABORT); in ahc_linux_abort()2057 flag == SCB_ABORT ? "n ABORT" : " TARGET RESET"); in ahc_linux_queue_recovery_cmd()2151 if (flag == SCB_ABORT) { in ahc_linux_queue_recovery_cmd()2179 else if (flag != SCB_ABORT in ahc_linux_queue_recovery_cmd()
538 SCB_ABORT = 0x0100, enumerator
576 SCB_ABORT = 0x00100, enumerator
2266 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT; in ahd_linux_queue_abort_cmd()2277 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT; in ahd_linux_queue_abort_cmd()
1960 scb->flags |= SCB_ABORT|SCB_EXTERNAL_RESET; in ahd_handle_seqint()3377 scb->flags |= SCB_ABORT; in ahd_handle_proto_violation()4432 } else if ((scb->flags & SCB_ABORT) != 0) { in ahd_setup_initiator_msgout()9014 ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET); in ahd_handle_scsi_status()
2895 } else if ((scb->flags & SCB_ABORT) != 0) { in ahc_setup_initiator_msgout()3201 scb->flags |= SCB_ABORT; in ahc_handle_proto_violation()
1470 if( scb->state & SCB_ABORT ) { in mega_cmd_done()1880 rval = megaraid_abort_and_reset(adapter, cmd, SCB_ABORT); in megaraid_abort()1943 (aor == SCB_ABORT)? "ABORTING":"RESET", in megaraid_abort_and_reset()1968 (aor==SCB_ABORT) ? "ABORTING":"RESET", in megaraid_abort_and_reset()1981 (aor==SCB_ABORT) ? "ABORTING":"RESET", in megaraid_abort_and_reset()1986 if( aor == SCB_ABORT ) { in megaraid_abort_and_reset()
215 #define SCB_ABORT 0x0008 /* Got an abort for this one */ macro