Searched refs:MSG_EXT_PPR_IU_REQ (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Dscsi_message.h70 #define MSG_EXT_PPR_IU_REQ 0x01 macro
H A Daic79xx_osm.c697 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1425 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1454 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
1602 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0)
1621 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;
2305 ppr_options |= MSG_EXT_PPR_IU_REQ;
2392 ppr_options &= ~MSG_EXT_PPR_IU_REQ;
2455 & ~MSG_EXT_PPR_IU_REQ;
2467 ppr_options |= MSG_EXT_PPR_IU_REQ;
H A Daic79xx_proc.c176 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
H A Daic79xx_core.c2394 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) {
2967 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0)
2974 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0
3162 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
3202 if ((old_ppr & MSG_EXT_PPR_IU_REQ)
3203 != (ppr_options & MSG_EXT_PPR_IU_REQ)) {
3213 if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) {
3324 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI);
3364 && (ppr_opts & MSG_EXT_PPR_IU_REQ) == 0) {
3410 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ)
[all...]
H A Daic7xxx_osm.c1635 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0);
1649 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;

Completed in 112 milliseconds