Home
last modified time | relevance | path

Searched refs:SCB_DEVICE_RESET (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx.h532 SCB_DEVICE_RESET = 0x0004, enumerator
Daic7xxx_osm.c772 error = ahc_linux_queue_recovery_cmd(cmd, SCB_DEVICE_RESET); in ahc_linux_dev_reset()
2153 if (pending_scb == NULL && flag == SCB_DEVICE_RESET) { in ahc_linux_queue_recovery_cmd()
2244 || (flag == SCB_DEVICE_RESET in ahc_linux_queue_recovery_cmd()
Daic79xx.h570 SCB_DEVICE_RESET = 0x00004, enumerator
Daic79xx_osm.c844 reset_scb->flags |= SCB_DEVICE_RESET|SCB_RECOVERY_SCB|SCB_ACTIVE; in ahd_linux_dev_reset()
Daic79xx_core.c4434 if ((scb->flags & SCB_DEVICE_RESET) == 0 in ahd_setup_initiator_msgout()
4453 if (scb->flags & SCB_DEVICE_RESET) { in ahd_setup_initiator_msgout()
9106 ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET); in ahd_handle_scsi_status()
Daic7xxx_core.c2887 if ((scb->flags & SCB_DEVICE_RESET) == 0 in ahc_setup_initiator_msgout()
2905 if (scb->flags & SCB_DEVICE_RESET) { in ahc_setup_initiator_msgout()
/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c656 SCB_DEVICE_RESET = 0x0020, enumerator
4485 if ( !(scb->flags & SCB_DEVICE_RESET) && in aic7xxx_handle_seqint()
4494 if (scb->flags & SCB_DEVICE_RESET) in aic7xxx_handle_seqint()
10426 scb->flags |= SCB_RESET | SCB_DEVICE_RESET; in DEF_SCSI_QCMD()
10447 scb->flags |= SCB_RESET | SCB_DEVICE_RESET; in DEF_SCSI_QCMD()