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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1777 if ((scb->flags & SCB_RECOVERY_SCB) != 0) {
2121 if ((pending_scb->flags & SCB_RECOVERY_SCB) != 0) {
2203 pending_scb->flags |= SCB_RECOVERY_SCB|flag;
2227 pending_scb->flags |= SCB_RECOVERY_SCB|flag;
H A Daic79xx_osm.c696 reset_scb->flags |= SCB_DEVICE_RESET|SCB_RECOVERY_SCB|SCB_ACTIVE;
1744 if ((scb->flags & SCB_RECOVERY_SCB) != 0) {
2090 if ((pending_scb->flags & SCB_RECOVERY_SCB) != 0) {
2158 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT;
2169 pending_scb->flags |= SCB_RECOVERY_SCB|SCB_ABORT;
H A Daic79xx.h570 SCB_RECOVERY_SCB = 0x00020, enumerator in enum:__anon6386
H A Daic7xxx.h532 SCB_RECOVERY_SCB = 0x0020, enumerator in enum:__anon6410
H A Daic7xxx_core.c884 && (scb->flags & SCB_RECOVERY_SCB) != 0)
H A Daic79xx_core.c1495 && (scb->flags & SCB_RECOVERY_SCB) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c658 SCB_RECOVERY_SCB = 0x0080, enumerator in enum:__anon6438
2703 if (scb->flags & SCB_RECOVERY_SCB)
3038 * Preserve any SCB_RECOVERY_SCB flags on this scb then set the
3042 scbp->flags = flags | (scbp->flags & SCB_RECOVERY_SCB);
10691 scb->flags |= SCB_QUEUED_ABORT | SCB_ABORT | SCB_RECOVERY_SCB;

Completed in 97 milliseconds