HomeSort by: relevance | last modified time | path
    Searched refs:MSG_EXT_PPR_DT_REQ (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/scsipi/
scsi_message.h 79 #define MSG_EXT_PPR_DT_REQ MSG_EXT_PPR_DT
  /src/sys/dev/ic/
aic79xx_osm.c 468 (tinfo->user.ppr_options & MSG_EXT_PPR_DT_REQ))
469 ppr_options |= MSG_EXT_PPR_DT_REQ;
471 ppr_options &= ~MSG_EXT_PPR_DT_REQ;
516 if (tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ)
864 if (tinfo->goal.ppr_options & MSG_EXT_PPR_DT_REQ)
aic7xxx_osm.c 456 (ppr_options & MSG_EXT_PPR_DT_REQ))
457 ppr_options |= MSG_EXT_PPR_DT_REQ;
459 ppr_options &= ~MSG_EXT_PPR_DT_REQ;
506 if (tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ)
1147 if (tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ)
aic7xxx.c 1649 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1673 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1696 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1699 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
1735 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1747 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1944 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0)
1993 (ppr_options & MSG_EXT_PPR_DT_REQ)
3243 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3254 ppr_options &= MSG_EXT_PPR_DT_REQ;
    [all...]
aic79xx.c 2796 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2819 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0
2821 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2831 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
2833 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0)
2842 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3022 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
3186 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
3226 && (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0) {
4415 if ((ppr_options & MSG_EXT_PPR_DT_REQ) ==
    [all...]

Completed in 18 milliseconds