Lines Matching defs:ppr_options
360 (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
416 u_int ppr_options = 0, period, offset;
440 ppr_options = tinfo->user.ppr_options;
464 ppr_options = 0;
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;
475 ppr_options &= ~MSG_EXT_PPR_IU_REQ;
483 ahd_find_syncrate(ahd, &period, &ppr_options, AHD_SYNCRATE_MAX);
488 ppr_options = 0;
490 if (ppr_options != 0
499 ppr_options, AHD_TRANS_GOAL, FALSE);
516 if (tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ)
600 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU) != 0) {
610 || tinfo->goal.ppr_options != 0)) {
858 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
864 if (tinfo->goal.ppr_options & MSG_EXT_PPR_DT_REQ)