Searched refs:SCB_NEGOTIATE (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h537 SCB_NEGOTIATE = 0x0080,/* Negotiation forced for command. */ enumerator in enum:__anon41
H A Daic79xx.h575 SCB_NEGOTIATE = 0x00080,/* Negotiation forced for command. */ enumerator in enum:__anon25
H A Daic7xxx_core.c1128 scb->flags &= ~SCB_NEGOTIATE;
2910 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) {
H A Daic79xx_core.c4449 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) {
9010 ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET);

Completed in 390 milliseconds