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

  /src/sys/dev/scsipi/
scsi_message.h 80 #define MSG_EXT_PPR_IU_REQ MSG_EXT_PPR_IU
  /src/sys/dev/ic/
aic79xx_osm.c 360 (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
475 ppr_options &= ~MSG_EXT_PPR_IU_REQ;
aic79xx.c 2830 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0)
2837 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0
3026 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
3066 if ((old_ppr & MSG_EXT_PPR_IU_REQ)
3067 != (ppr_options & MSG_EXT_PPR_IU_REQ)) {
3077 if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) {
3187 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI);
3253 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) == 0)
4616 tinfo->goal.ppr_options &= MSG_EXT_PPR_IU_REQ
6579 | MSG_EXT_PPR_IU_REQ
    [all...]
aic7xxx_osm.c 462 ppr_options &= ~MSG_EXT_PPR_IU_REQ;

Completed in 31 milliseconds