Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dsym53c8xx.c1648 u_char ppr_negotiation; member
6073 if (tp->ppr_negotiation == 1) /* PPR message successful */
6074 tp->ppr_negotiation = 2;
6107 tp->ppr_negotiation = 1;
6109 tp->ppr_negotiation = 0;
6112 tp->ppr_negotiation = 1;
6115 if (!tp->ppr_negotiation)
6148 if (!tp->ppr_negotiation && (cmd->ic_nego == NS_PPR )) {
6149 tp->ppr_negotiation = 0;
6154 else if (( tp->ppr_negotiation && !(cmd->ic_nego & NS_PPR )) ||
[all …]