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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Dscsi_message.h69 #define MSG_EXT_PPR_DT_REQ 0x02 macro
H A Daic79xx_osm.c1600 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0)
1619 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
2303 ppr_options |= MSG_EXT_PPR_DT_REQ;
2308 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2340 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2374 & ~MSG_EXT_PPR_DT_REQ;
2385 ppr_options |= MSG_EXT_PPR_DT_REQ;
2431 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2468 ppr_options |= MSG_EXT_PPR_DT_REQ; /* IU requires DT */
2471 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
[all...]
H A Daic79xx_proc.c172 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
H A Daic7xxx_proc.c163 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0
H A Daic7xxx_osm.c1633 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0)
1647 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
2349 ppr_options |= MSG_EXT_PPR_DT_REQ;
2406 & ~MSG_EXT_PPR_DT_REQ;
2413 ppr_options |= MSG_EXT_PPR_DT_REQ;
H A Daic7xxx_core.c1651 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1675 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1698 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1701 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
1737 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1749 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1946 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0)
1995 (ppr_options & MSG_EXT_PPR_DT_REQ)
3243 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3254 ppr_options &= MSG_EXT_PPR_DT_REQ;
[all...]
H A Daic79xx_core.c2933 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2956 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0
2958 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2968 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
2970 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0)
2979 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3158 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
3323 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
3363 && (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0
4557 if ((ppr_options & MSG_EXT_PPR_DT_REQ)
[all...]

Completed in 121 milliseconds