Searched refs:MSG_EXT_PPR_QAS_REQ (Results 1 - 5 of 5) 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.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.c1716 + (spi_qas(starget) ? MSG_EXT_PPR_QAS_REQ : 0)
1735 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
2432 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) {
2434 ppr_options &= MSG_EXT_PPR_QAS_REQ;
2534 & ~MSG_EXT_PPR_QAS_REQ;
2546 ppr_options |= MSG_EXT_PPR_QAS_REQ;
H A Daic7xxx_osm.c1667 + (spi_qas(starget) ? MSG_EXT_PPR_QAS_REQ : 0)
1681 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
2396 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) {
2398 ppr_options &= MSG_EXT_PPR_QAS_REQ;
H A Daic79xx_core.c3638 *ppr_options &= MSG_EXT_PPR_QAS_REQ;
3692 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
3695 *ppr_options &= MSG_EXT_PPR_QAS_REQ;
3894 if ((ppr_options & MSG_EXT_PPR_QAS_REQ) != 0) {
3906 (ppr_options & MSG_EXT_PPR_QAS_REQ) != 0
4047 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
5292 ppr_options &= MSG_EXT_PPR_QAS_REQ;
5483 | MSG_EXT_PPR_QAS_REQ
7598 | MSG_EXT_PPR_QAS_REQ
7706 user_tinfo->ppr_options |= MSG_EXT_PPR_QAS_REQ;
[all...]

Completed in 50 milliseconds