Searched refs:SCB_ABORT (Results 1 – 11 of 11) sorted by relevance
/drivers/scsi/megaraid/ |
D | mega_common.h | 89 #define SCB_ABORT 0x0008 /* Got an abort for this one */ macro
|
D | megaraid_mbox.c | 2317 if (scb->state & SCB_ABORT) { in megaraid_mbox_dpc()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 758 error = ahc_linux_queue_recovery_cmd(cmd, SCB_ABORT); in ahc_linux_abort() 2103 flag == SCB_ABORT ? "n ABORT" : " TARGET RESET"); in ahc_linux_queue_recovery_cmd() 2197 if (flag == SCB_ABORT) { in ahc_linux_queue_recovery_cmd() 2224 else if (flag != SCB_ABORT in ahc_linux_queue_recovery_cmd()
|
D | aic7xxx.h | 538 SCB_ABORT = 0x0100, enumerator
|
D | aic79xx.h | 576 SCB_ABORT = 0x00100, enumerator
|
D | aic79xx_osm.c | 2299 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT; in ahd_linux_queue_abort_cmd() 2310 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT; in ahd_linux_queue_abort_cmd()
|
D | aic79xx_core.c | 1979 scb->flags |= SCB_ABORT|SCB_EXTERNAL_RESET; in ahd_handle_seqint() 3408 scb->flags |= SCB_ABORT; in ahd_handle_proto_violation() 4466 } else if ((scb->flags & SCB_ABORT) != 0) { in ahd_setup_initiator_msgout() 9106 ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET); in ahd_handle_scsi_status()
|
D | aic7xxx_core.c | 2918 } else if ((scb->flags & SCB_ABORT) != 0) { in ahc_setup_initiator_msgout() 3224 scb->flags |= SCB_ABORT; in ahc_handle_proto_violation()
|
/drivers/scsi/ |
D | megaraid.c | 1472 if( scb->state & SCB_ABORT ) { in mega_cmd_done() 1901 rval = megaraid_abort_and_reset(adapter, cmd, SCB_ABORT); in megaraid_abort() 1965 (aor == SCB_ABORT)? "ABORTING":"RESET", in megaraid_abort_and_reset() 1990 (aor==SCB_ABORT) ? "ABORTING":"RESET", in megaraid_abort_and_reset() 2003 (aor==SCB_ABORT) ? "ABORTING":"RESET", in megaraid_abort_and_reset() 2008 if( aor == SCB_ABORT ) { in megaraid_abort_and_reset()
|
D | aic7xxx_old.c | 655 SCB_ABORT = 0x0010, enumerator 2706 if (scb->flags & (SCB_RESET|SCB_ABORT)) in aic7xxx_done() 4502 else if (scb->flags & SCB_ABORT) in aic7xxx_handle_seqint() 6288 scb->flags &= ~(SCB_QUEUED_FOR_DONE | SCB_RESET | SCB_ABORT | in aic7xxx_handle_command_completion_intr() 6292 else if (scb->flags & SCB_ABORT) in aic7xxx_handle_command_completion_intr() 6298 scb->flags &= ~(SCB_ABORT|SCB_RESET); in aic7xxx_handle_command_completion_intr() 10610 scb->flags |= SCB_ABORT | SCB_QUEUED_FOR_DONE; in __aic7xxx_abort() 10618 cmd->device->lun, scb->hscb->tag, SCB_ABORT | SCB_QUEUED_FOR_DONE, in __aic7xxx_abort() 10684 scb->flags = SCB_ABORT | SCB_QUEUED_FOR_DONE; in __aic7xxx_abort() 10724 scb->flags |= SCB_QUEUED_ABORT | SCB_ABORT | SCB_RECOVERY_SCB; in __aic7xxx_abort()
|
D | megaraid.h | 249 #define SCB_ABORT 0x0008 /* Got an abort for this one */ macro
|