Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.h548 SCB_ABORT = 0x0100, enumerator
Daic7xxx_osm.c1253 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
Daic79xx.h583 SCB_ABORT = 0x00100, enumerator
Daic79xx_core.c744 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()
Daic79xx_osm.c1431 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT;
1444 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT;
Daic7xxx_core.c2312 } else if ((scb->flags & SCB_ABORT) != 0) { in ahc_setup_initiator_msgout()
2628 scb->flags |= SCB_ABORT; in ahc_handle_proto_violation()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c714 SCB_ABORT = 0x0010, enumerator
2825 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 …]
Dmegaraid2.h270 #define SCB_ABORT 0x0008 /* Got an abort for this one */ macro
Dmegaraid2.c1983 if( scb->state & SCB_ABORT ) { in mega_cmd_done()
2809 scb->state |= SCB_ABORT; in megaraid_abort()