Searched refs:MSG_EXT_PPR_IU_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.h70 #define MSG_EXT_PPR_IU_REQ 0x01 macro
H A Daic79xx_osm.c823 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1556 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1586 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
1717 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0)
1736 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;
2421 ppr_options |= MSG_EXT_PPR_IU_REQ;
2510 ppr_options &= ~MSG_EXT_PPR_IU_REQ;
2573 & ~MSG_EXT_PPR_IU_REQ;
2585 ppr_options |= MSG_EXT_PPR_IU_REQ;
H A Daic79xx_proc.c176 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
H A Daic79xx_core.c3109 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) {
3691 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0)
3698 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0
3886 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
3926 if ((old_ppr & MSG_EXT_PPR_IU_REQ)
3927 != (ppr_options & MSG_EXT_PPR_IU_REQ)) {
3937 if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) {
4048 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI);
4088 && (ppr_opts & MSG_EXT_PPR_IU_REQ) == 0) {
4134 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ)
[all...]
H A Daic7xxx_osm.c1668 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0);
1682 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;

Completed in 145 milliseconds