Home
last modified time | relevance | path

Searched refs:SCB_ABORT (Results 1 – 10 of 10) sorted by relevance

/drivers/scsi/megaraid/
Dmega_common.h89 #define SCB_ABORT 0x0008 /* Got an abort for this one */ macro
Dmegaraid_mbox.c2290 if (scb->state & SCB_ABORT) { in megaraid_mbox_dpc()
/drivers/scsi/aic7xxx/
Daic7xxx_osm.c748 error = ahc_linux_queue_recovery_cmd(cmd, SCB_ABORT); in ahc_linux_abort()
2076 flag == SCB_ABORT ? "n ABORT" : " TARGET RESET"); in ahc_linux_queue_recovery_cmd()
2170 if (flag == SCB_ABORT) { in ahc_linux_queue_recovery_cmd()
2198 else if (flag != SCB_ABORT in ahc_linux_queue_recovery_cmd()
Daic7xxx.h538 SCB_ABORT = 0x0100, enumerator
Daic79xx.h576 SCB_ABORT = 0x00100, enumerator
Daic79xx_osm.c2281 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT; in ahd_linux_queue_abort_cmd()
2292 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT; in ahd_linux_queue_abort_cmd()
Daic79xx_core.c1979 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()
Daic7xxx_core.c2918 } else if ((scb->flags & SCB_ABORT) != 0) { in ahc_setup_initiator_msgout()
3224 scb->flags |= SCB_ABORT; in ahc_handle_proto_violation()
/drivers/scsi/
Dmegaraid.c1467 if( scb->state & SCB_ABORT ) { in mega_cmd_done()
1877 rval = megaraid_abort_and_reset(adapter, cmd, SCB_ABORT); in megaraid_abort()
1940 (aor == SCB_ABORT)? "ABORTING":"RESET", in megaraid_abort_and_reset()
1965 (aor==SCB_ABORT) ? "ABORTING":"RESET", in megaraid_abort_and_reset()
1978 (aor==SCB_ABORT) ? "ABORTING":"RESET", in megaraid_abort_and_reset()
1983 if( aor == SCB_ABORT ) { in megaraid_abort_and_reset()
Dmegaraid.h214 #define SCB_ABORT 0x0008 /* Got an abort for this one */ macro