Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic79xx_osm.c844 reset_scb->flags |= SCB_DEVICE_RESET|SCB_RECOVERY_SCB|SCB_ACTIVE; in ahd_linux_dev_reset()
1885 if ((scb->flags & SCB_RECOVERY_SCB) != 0) { in ahd_done()
2231 if ((pending_scb->flags & SCB_RECOVERY_SCB) != 0) { in ahd_linux_queue_abort_cmd()
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()
Daic7xxx_osm.c1825 if ((scb->flags & SCB_RECOVERY_SCB) != 0) { in ahc_done()
2170 if ((pending_scb->flags & SCB_RECOVERY_SCB) != 0) { in ahc_linux_queue_recovery_cmd()
2252 pending_scb->flags |= SCB_RECOVERY_SCB|flag; in ahc_linux_queue_recovery_cmd()
2276 pending_scb->flags |= SCB_RECOVERY_SCB|flag; in ahc_linux_queue_recovery_cmd()
Daic7xxx.h535 SCB_RECOVERY_SCB = 0x0020, enumerator
Daic79xx.h573 SCB_RECOVERY_SCB = 0x00020, enumerator
Daic7xxx_core.c1462 && (scb->flags & SCB_RECOVERY_SCB) != 0) in ahc_handle_seqint()
Daic79xx_core.c2261 && (scb->flags & SCB_RECOVERY_SCB) != 0) in ahd_handle_seqint()
/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c658 SCB_RECOVERY_SCB = 0x0080, enumerator
2702 if (scb->flags & SCB_RECOVERY_SCB) in aic7xxx_done()
3035 scbp->flags = flags | (scbp->flags & SCB_RECOVERY_SCB); in aic7xxx_search_qinfifo()
10724 scb->flags |= SCB_QUEUED_ABORT | SCB_ABORT | SCB_RECOVERY_SCB; in __aic7xxx_abort()