Symbol: MSG_EXT_PPR_DT_REQ
drivers/scsi/aic7xxx/aic79xx_core.c
3695
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_core.c
3718
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0
drivers/scsi/aic7xxx/aic79xx_core.c
3720
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_core.c
3730
*ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
drivers/scsi/aic7xxx/aic79xx_core.c
3732
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0)
drivers/scsi/aic7xxx/aic79xx_core.c
3741
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
drivers/scsi/aic7xxx/aic79xx_core.c
3920
if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
drivers/scsi/aic7xxx/aic79xx_core.c
4085
ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
drivers/scsi/aic7xxx/aic79xx_core.c
4125
&& (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0
drivers/scsi/aic7xxx/aic79xx_core.c
5321
if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
drivers/scsi/aic7xxx/aic79xx_core.c
5524
| MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_core.c
7586
| MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_core.c
7672
user_tinfo->ppr_options |= MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
1707
(spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0)
drivers/scsi/aic7xxx/aic79xx_osm.c
1726
spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
drivers/scsi/aic7xxx/aic79xx_osm.c
2407
ppr_options |= MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
2414
dt = ppr_options & MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
2446
unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
2480
& ~MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
2491
ppr_options |= MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
2537
dt = ppr_options & MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
2574
ppr_options |= MSG_EXT_PPR_DT_REQ; /* IU requires DT */
drivers/scsi/aic7xxx/aic79xx_osm.c
2577
dt = ppr_options & MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
2603
unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
2639
unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
2675
unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
2719
unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_osm.c
2769
unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic79xx_proc.c
125
if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
drivers/scsi/aic7xxx/aic7xxx_core.c
2205
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic7xxx_core.c
2229
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic7xxx_core.c
2252
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic7xxx_core.c
2255
if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
drivers/scsi/aic7xxx/aic7xxx_core.c
2300
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic7xxx_core.c
2312
*ppr_options &= ~MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic7xxx_core.c
2520
if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0)
drivers/scsi/aic7xxx/aic7xxx_core.c
2569
(ppr_options & MSG_EXT_PPR_DT_REQ)
drivers/scsi/aic7xxx/aic7xxx_core.c
3821
if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
drivers/scsi/aic7xxx/aic7xxx_core.c
3832
ppr_options &= MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic7xxx_core.c
5489
MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic7xxx_osm.c
1637
(spi_dt(starget) ? MSG_EXT_PPR_DT_REQ : 0)
drivers/scsi/aic7xxx/aic7xxx_osm.c
1651
spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
drivers/scsi/aic7xxx/aic7xxx_osm.c
2360
ppr_options |= MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic7xxx_osm.c
2423
& ~MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic7xxx_osm.c
2430
ppr_options |= MSG_EXT_PPR_DT_REQ;
drivers/scsi/aic7xxx/aic7xxx_proc.c
116
(tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0