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

/drivers/scsi/aic7xxx/
H A Dscsi_message.h68 #define MSG_EXT_PPR_QAS_REQ 0x04 macro
H A Daic79xx_proc.c185 if ((tinfo->ppr_options & MSG_EXT_PPR_QAS_REQ) != 0) {
H A Daic79xx_osm.c1742 + (spi_qas(starget) ? MSG_EXT_PPR_QAS_REQ : 0)
1761 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
2458 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) {
2460 ppr_options &= MSG_EXT_PPR_QAS_REQ;
2560 & ~MSG_EXT_PPR_QAS_REQ;
2572 ppr_options |= MSG_EXT_PPR_QAS_REQ;
H A Daic7xxx_osm.c1679 + (spi_qas(starget) ? MSG_EXT_PPR_QAS_REQ : 0)
1693 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
2409 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) {
2411 ppr_options &= MSG_EXT_PPR_QAS_REQ;
2498 & ~MSG_EXT_PPR_QAS_REQ;
2504 ppr_options |= MSG_EXT_PPR_QAS_REQ;
H A Daic79xx_core.c3710 *ppr_options &= MSG_EXT_PPR_QAS_REQ;
3764 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
3767 *ppr_options &= MSG_EXT_PPR_QAS_REQ;
3966 if ((ppr_options & MSG_EXT_PPR_QAS_REQ) != 0) {
3978 (ppr_options & MSG_EXT_PPR_QAS_REQ) != 0
4119 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
5368 ppr_options &= MSG_EXT_PPR_QAS_REQ;
5559 | MSG_EXT_PPR_QAS_REQ
7678 | MSG_EXT_PPR_QAS_REQ
7786 user_tinfo->ppr_options |= MSG_EXT_PPR_QAS_REQ;
[all...]

Completed in 98 milliseconds