Symbol: MSG_EXT_PPR_DT_REQ
sys/cam/scsi/scsi_xpt.c
2930
spi->ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/cam/scsi/scsi_xpt.c
3194
(spi->ppr_options & MSG_EXT_PPR_DT_REQ) != 0
sys/dev/aic7xxx/aic79xx.c
2889
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic79xx.c
2912
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0
sys/dev/aic7xxx/aic79xx.c
2914
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic79xx.c
2924
*ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
sys/dev/aic7xxx/aic79xx.c
2926
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0)
sys/dev/aic7xxx/aic79xx.c
2935
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
sys/dev/aic7xxx/aic79xx.c
3113
if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
sys/dev/aic7xxx/aic79xx.c
3275
ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
sys/dev/aic7xxx/aic79xx.c
3314
&& (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0
sys/dev/aic7xxx/aic79xx.c
4509
if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
sys/dev/aic7xxx/aic79xx.c
4712
| MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic79xx.c
6847
| MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic79xx.c
6934
user_tinfo->ppr_options |= MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic79xx_osm.c
822
spi->ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic7xxx.c
1653
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic7xxx.c
1677
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic7xxx.c
1700
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic7xxx.c
1703
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
sys/dev/aic7xxx/aic7xxx.c
1738
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic7xxx.c
1750
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic7xxx.c
1945
if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0)
sys/dev/aic7xxx/aic7xxx.c
1993
(ppr_options & MSG_EXT_PPR_DT_REQ)
sys/dev/aic7xxx/aic7xxx.c
3319
if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
sys/dev/aic7xxx/aic7xxx.c
3330
ppr_options &= MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic7xxx.c
5077
MSG_EXT_PPR_DT_REQ;
sys/dev/aic7xxx/aic7xxx_osm.c
709
spi->ppr_options &= ~MSG_EXT_PPR_DT_REQ;