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

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1786 if ((scb->flags & SCB_RECOVERY_SCB) != 0) {
2134 if ((pending_scb->flags & SCB_RECOVERY_SCB) != 0) {
2216 pending_scb->flags |= SCB_RECOVERY_SCB;
2241 pending_scb->flags |= SCB_RECOVERY_SCB;
H A Daic79xx_osm.c830 reset_scb->flags |= SCB_DEVICE_RESET|SCB_RECOVERY_SCB|SCB_ACTIVE;
1861 if ((scb->flags & SCB_RECOVERY_SCB) != 0) {
2201 if ((pending_scb->flags & SCB_RECOVERY_SCB) != 0) {
2268 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT;
2279 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT;
H A Daic7xxx.h535 SCB_RECOVERY_SCB = 0x0020, enumerator in enum:__anon41
H A Daic79xx.h573 SCB_RECOVERY_SCB = 0x00020, enumerator in enum:__anon25
H A Daic7xxx_core.c1454 && (scb->flags & SCB_RECOVERY_SCB) != 0)
H A Daic79xx_core.c2241 && (scb->flags & SCB_RECOVERY_SCB) != 0)

Completed in 243 milliseconds