Home
last modified time | relevance | path

Searched refs:ATM_MAX_PCR (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/include/linux/
Datmsvc.h52 (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : \
53 (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
Datm.h133 #define ATM_MAX_PCR -1 /* maximum available PCR */ macro
/linux-3.4.99/net/atm/
Datm_misc.c77 if (tp->pcr && tp->pcr != ATM_MAX_PCR) in atm_pcr_goal()
81 if (tp->max_pcr != ATM_MAX_PCR) in atm_pcr_goal()
Dcommon.c712 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()
/linux-3.4.99/drivers/atm/
Dhorizon.c2102 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()
Dzatm.c936 (!vcc->qos.txtp.max_pcr || vcc->qos.txtp.max_pcr == ATM_MAX_PCR || in open_tx_first()
Deni.c1339 if (!error && txtp->max_pcr && txtp->max_pcr != ATM_MAX_PCR && in reserve_or_set_tx()
Diphase.c1779 if (vcc->qos.txtp.max_pcr == ATM_MAX_PCR)