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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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.c1601 + (spi_qas(starget) ? MSG_EXT_PPR_QAS_REQ : 0)
1620 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
2314 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) {
2316 ppr_options &= MSG_EXT_PPR_QAS_REQ;
2416 & ~MSG_EXT_PPR_QAS_REQ;
2428 ppr_options |= MSG_EXT_PPR_QAS_REQ;
H A Daic7xxx_osm.c1634 + (spi_qas(starget) ? MSG_EXT_PPR_QAS_REQ : 0)
1648 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
2355 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) {
2357 ppr_options &= MSG_EXT_PPR_QAS_REQ;
H A Daic79xx_core.c2914 *ppr_options &= MSG_EXT_PPR_QAS_REQ;
2968 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
2971 *ppr_options &= MSG_EXT_PPR_QAS_REQ;
3170 if ((ppr_options & MSG_EXT_PPR_QAS_REQ) != 0) {
3182 (ppr_options & MSG_EXT_PPR_QAS_REQ) != 0
3323 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
4568 ppr_options &= MSG_EXT_PPR_QAS_REQ;
4759 | MSG_EXT_PPR_QAS_REQ
6861 | MSG_EXT_PPR_QAS_REQ
6969 user_tinfo->ppr_options |= MSG_EXT_PPR_QAS_REQ;
[all...]

Completed in 157 milliseconds