Symbol: MSG_EXT_PPR_DT_REQ
sys/dev/ic/aic79xx.c
2796
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic79xx.c
2819
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0
sys/dev/ic/aic79xx.c
2821
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic79xx.c
2831
*ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
sys/dev/ic/aic79xx.c
2833
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0)
sys/dev/ic/aic79xx.c
2842
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
sys/dev/ic/aic79xx.c
3022
if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
sys/dev/ic/aic79xx.c
3186
ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
sys/dev/ic/aic79xx.c
3226
&& (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0) {
sys/dev/ic/aic79xx.c
4415
if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
sys/dev/ic/aic79xx.c
4618
| MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic79xx.c
6581
| MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic79xx.c
6667
user_tinfo->ppr_options |= MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic79xx_osm.c
468
(tinfo->user.ppr_options & MSG_EXT_PPR_DT_REQ))
sys/dev/ic/aic79xx_osm.c
469
ppr_options |= MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic79xx_osm.c
471
ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic79xx_osm.c
516
if (tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ)
sys/dev/ic/aic79xx_osm.c
864
if (tinfo->goal.ppr_options & MSG_EXT_PPR_DT_REQ)
sys/dev/ic/aic7xxx.c
1649
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic7xxx.c
1673
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic7xxx.c
1696
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic7xxx.c
1699
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
sys/dev/ic/aic7xxx.c
1735
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic7xxx.c
1747
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic7xxx.c
1944
if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0)
sys/dev/ic/aic7xxx.c
1993
(ppr_options & MSG_EXT_PPR_DT_REQ)
sys/dev/ic/aic7xxx.c
3243
if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
sys/dev/ic/aic7xxx.c
3254
ppr_options &= MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic7xxx.c
4728
MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic7xxx_osm.c
1147
if (tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ)
sys/dev/ic/aic7xxx_osm.c
456
(ppr_options & MSG_EXT_PPR_DT_REQ))
sys/dev/ic/aic7xxx_osm.c
457
ppr_options |= MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic7xxx_osm.c
459
ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/ic/aic7xxx_osm.c
506
if (tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ)