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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Dscsi_message.h69 #define MSG_EXT_PPR_DT_REQ 0x02 macro
H A Daic79xx_osm.c1715 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0)
1734 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
2419 ppr_options |= MSG_EXT_PPR_DT_REQ;
2426 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2458 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2492 & ~MSG_EXT_PPR_DT_REQ;
2503 ppr_options |= MSG_EXT_PPR_DT_REQ;
2549 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2586 ppr_options |= MSG_EXT_PPR_DT_REQ; /* IU requires DT */
2589 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.c1666 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0)
1680 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
2386 ppr_options |= MSG_EXT_PPR_DT_REQ;
2447 & ~MSG_EXT_PPR_DT_REQ;
2454 ppr_options |= MSG_EXT_PPR_DT_REQ;
H A Daic7xxx_core.c2188 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2212 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2235 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2238 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
2283 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2295 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2503 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0)
2552 (ppr_options & MSG_EXT_PPR_DT_REQ)
3800 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3811 ppr_options &= MSG_EXT_PPR_DT_REQ;
[all...]
H A Daic79xx_core.c3657 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
3680 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0
3682 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
3692 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
3694 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0)
3703 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3882 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
4047 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
4087 && (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0
5281 if ((ppr_options & MSG_EXT_PPR_DT_REQ)
[all...]

Completed in 128 milliseconds