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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx.c1493 #define NS_PPR (4) macro
6094 cmd->ic_nego &= ~NS_PPR;
6116 * If ic_nego == NS_PPR, we are in the initial test for
6126 if (!tp->ppr_negotiation && (cmd->ic_nego == NS_PPR )) {
6128 cmd->ic_nego &= ~NS_PPR;
6132 else if (( tp->ppr_negotiation && !(cmd->ic_nego & NS_PPR )) ||
6133 (!tp->ppr_negotiation && (cmd->ic_nego & NS_PPR )) ) {
6135 cmd->ic_nego &= ~NS_PPR;
6144 if ((tp->ppr_negotiation) && (!(cmd->ic_nego & NS_PPR)))
6158 cmd->ic_nego = NS_PPR;
[all...]
H A Dncr53c8xx.c479 #define NS_PPR (4) macro
3979 if ((cmd->ic_nego & NS_PPR) == NS_PPR)
3980 cmd->ic_nego &= ~NS_PPR;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1469 nego = NS_PPR;
1496 case NS_PPR:
3091 nego = NS_PPR;
4182 if (cp->nego_status && cp->nego_status != NS_PPR)
4194 cp->nego_status = NS_PPR;
4349 case NS_PPR:
H A Dsym_hipd.h323 #define NS_PPR (3) macro

Completed in 198 milliseconds