Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/megaraid/
H A Dmega_common.h85 #define SCB_ABORT 0x0008 /* Got an abort for this one */ macro
H A Dmegaraid_mbox.c2240 if (scb->state & SCB_ABORT) { in megaraid_mbox_dpc()
/openbmc/linux/drivers/scsi/
H A Dmegaraid.c1468 if( scb->state & SCB_ABORT ) { in mega_cmd_done()
1866 rval = megaraid_abort_and_reset(adapter, cmd, SCB_ABORT); in megaraid_abort()
1929 (aor == SCB_ABORT)? "ABORTING":"RESET", in megaraid_abort_and_reset()
1954 (aor==SCB_ABORT) ? "ABORTING":"RESET", in megaraid_abort_and_reset()
1967 (aor==SCB_ABORT) ? "ABORTING":"RESET", in megaraid_abort_and_reset()
1972 if( aor == SCB_ABORT ) { in megaraid_abort_and_reset()
H A Dmegaraid.h216 #define SCB_ABORT 0x0008 /* Got an abort for this one */ macro
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c731 error = ahc_linux_queue_recovery_cmd(cmd, SCB_ABORT); in ahc_linux_abort()
2055 flag == SCB_ABORT ? "n ABORT" : " TARGET RESET"); in ahc_linux_queue_recovery_cmd()
2149 if (flag == SCB_ABORT) { in ahc_linux_queue_recovery_cmd()
2177 else if (flag != SCB_ABORT in ahc_linux_queue_recovery_cmd()
H A Daic7xxx.h538 SCB_ABORT = 0x0100, enumerator
H A Daic79xx.h576 SCB_ABORT = 0x00100, enumerator
H A Daic79xx_osm.c2254 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT; in ahd_linux_queue_abort_cmd()
2265 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT; in ahd_linux_queue_abort_cmd()
H A Daic79xx_core.c1960 scb->flags |= SCB_ABORT|SCB_EXTERNAL_RESET; in ahd_handle_seqint()
3376 scb->flags |= SCB_ABORT; in ahd_handle_proto_violation()
4430 } else if ((scb->flags & SCB_ABORT) != 0) { in ahd_setup_initiator_msgout()
9010 ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET); in ahd_handle_scsi_status()
H A Daic7xxx_core.c2893 } else if ((scb->flags & SCB_ABORT) != 0) { in ahc_setup_initiator_msgout()
3199 scb->flags |= SCB_ABORT; in ahc_handle_proto_violation()