Searched refs:ATM_MAX_PCR (Results 1 – 8 of 8) sorted by relevance
52 (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : \53 (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
133 #define ATM_MAX_PCR -1 /* maximum available PCR */ macro
77 if (tp->pcr && tp->pcr != ATM_MAX_PCR) in atm_pcr_goal()81 if (tp->max_pcr != ATM_MAX_PCR) in atm_pcr_goal()
712 if (tp->min_pcr == ATM_MAX_PCR) in check_tp()714 if (tp->min_pcr && tp->max_pcr && tp->max_pcr != ATM_MAX_PCR && in check_tp()
2102 if (tp->min_pcr == ATM_MAX_PCR) in atm_pcr_check()2112 if ((0) && tp->max_pcr == ATM_MAX_PCR) in atm_pcr_check()2114 else if ((tp->max_pcr != ATM_MAX_PCR) && tp->max_pcr < 0) in atm_pcr_check()2116 else if (tp->max_pcr && tp->max_pcr != ATM_MAX_PCR && tp->max_pcr < pcr) in atm_pcr_check()
936 (!vcc->qos.txtp.max_pcr || vcc->qos.txtp.max_pcr == ATM_MAX_PCR || in open_tx_first()
1339 if (!error && txtp->max_pcr && txtp->max_pcr != ATM_MAX_PCR && in reserve_or_set_tx()
1779 if (vcc->qos.txtp.max_pcr == ATM_MAX_PCR)