Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Datmsvc.h53 (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : \
54 (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
A Datm.h134 #define ATM_MAX_PCR -1 /* maximum available PCR */ macro
/linux/net/atm/
A Datm_misc.c78 if (tp->pcr && tp->pcr != ATM_MAX_PCR) in atm_pcr_goal()
82 if (tp->max_pcr != ATM_MAX_PCR) in atm_pcr_goal()
A Dcommon.c718 if (tp->min_pcr == ATM_MAX_PCR) in check_tp()
720 if (tp->min_pcr && tp->max_pcr && tp->max_pcr != ATM_MAX_PCR && in check_tp()
/linux/drivers/atm/
A Dhorizon.c2065 if (tp->min_pcr == ATM_MAX_PCR) in atm_pcr_check()
2075 if ((0) && tp->max_pcr == ATM_MAX_PCR) in atm_pcr_check()
2077 else if ((tp->max_pcr != ATM_MAX_PCR) && tp->max_pcr < 0) in atm_pcr_check()
2079 else if (tp->max_pcr && tp->max_pcr != ATM_MAX_PCR && tp->max_pcr < pcr) in atm_pcr_check()
A Dzatm.c939 (!vcc->qos.txtp.max_pcr || vcc->qos.txtp.max_pcr == ATM_MAX_PCR || in open_tx_first()
A Deni.c1340 if (!error && txtp->max_pcr && txtp->max_pcr != ATM_MAX_PCR && in reserve_or_set_tx()
A Diphase.c1784 if (vcc->qos.txtp.max_pcr == ATM_MAX_PCR)

Completed in 20 milliseconds