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

/drivers/scsi/aic7xxx/
H A Dscsi_message.h69 #define MSG_EXT_PPR_DT_REQ 0x02 macro
H A Daic79xx_osm.c1741 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0)
1760 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
2445 ppr_options |= MSG_EXT_PPR_DT_REQ;
2452 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2484 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2518 & ~MSG_EXT_PPR_DT_REQ;
2529 ppr_options |= MSG_EXT_PPR_DT_REQ;
2575 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2612 ppr_options |= MSG_EXT_PPR_DT_REQ; /* IU requires DT */
2615 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.c1678 (spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0)
1692 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
2399 ppr_options |= MSG_EXT_PPR_DT_REQ;
2460 & ~MSG_EXT_PPR_DT_REQ;
2467 ppr_options |= MSG_EXT_PPR_DT_REQ;
H A Daic7xxx_core.c2230 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2254 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2277 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2280 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
2325 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2337 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2545 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0)
2594 (ppr_options & MSG_EXT_PPR_DT_REQ)
3846 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3857 ppr_options &= MSG_EXT_PPR_DT_REQ;
[all...]
H A Daic79xx_core.c3729 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
3752 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0
3754 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
3764 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
3766 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0)
3775 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3954 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
4119 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
4159 && (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0
5357 if ((ppr_options & MSG_EXT_PPR_DT_REQ)
[all...]

Completed in 141 milliseconds