Searched refs:MSG_EXT_PPR_DT_REQ (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_message.h69 #define MSG_EXT_PPR_DT_REQ 0x02 macro
H A Dscsi_xpt.c2846 spi->ppr_options &= ~MSG_EXT_PPR_DT_REQ;
3101 (spi->ppr_options & MSG_EXT_PPR_DT_REQ) != 0
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c1665 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1689 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1712 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1715 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
1751 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1763 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1960 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0)
2009 (ppr_options & MSG_EXT_PPR_DT_REQ)
3342 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3353 ppr_options &= MSG_EXT_PPR_DT_REQ;
[all...]
H A Daic79xx.c2914 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2937 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0
2939 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2949 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
2951 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0)
2960 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3139 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
3302 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
3342 && (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0
4544 if ((ppr_options & MSG_EXT_PPR_DT_REQ)
[all...]
H A Daic7xxx_osm.c706 spi->ppr_options &= ~MSG_EXT_PPR_DT_REQ;
H A Daic79xx_osm.c817 spi->ppr_options &= ~MSG_EXT_PPR_DT_REQ;

Completed in 175 milliseconds