Searched refs:max_pcr (Results 1 – 5 of 5) sorted by relevance
53 (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : \
138 int max_pcr; /* maximum PCR in cells per second */ member
93 if (a) a->max_pcr = value; in params()94 if (b) b->max_pcr = value; in params()
2192 UINT32 max_pcr = 0; in ifapi_compute_policy_digest() local2216 if (pcrIndex + 1 > max_pcr) in ifapi_compute_policy_digest()2217 max_pcr = pcrIndex + 1; in ifapi_compute_policy_digest()2241 for (pcr = 0; pcr < max_pcr; pcr++) { in ifapi_compute_policy_digest()