Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx_osm.c844 reset_scb->flags |= SCB_DEVICE_RESET|SCB_RECOVERY_SCB|SCB_ACTIVE; in ahd_linux_dev_reset()
1868 if ((scb->flags & SCB_RECOVERY_SCB) != 0) { in ahd_done()
2214 if ((pending_scb->flags & SCB_RECOVERY_SCB) != 0) { in ahd_linux_queue_abort_cmd()
2282 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT; in ahd_linux_queue_abort_cmd()
2293 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT; in ahd_linux_queue_abort_cmd()
Daic7xxx_osm.c1799 if ((scb->flags & SCB_RECOVERY_SCB) != 0) { in ahc_done()
2144 if ((pending_scb->flags & SCB_RECOVERY_SCB) != 0) { in ahc_linux_queue_recovery_cmd()
2227 pending_scb->flags |= SCB_RECOVERY_SCB|flag; in ahc_linux_queue_recovery_cmd()
2251 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()