Lines Matching refs:max_pcr
474 if (vcc->qos.txtp.max_pcr <= 0) {
478 rate = vcc->qos.txtp.max_pcr;
1782 if (vcc->qos.txtp.max_pcr == ATM_MAX_PCR)
1784 else if ((vcc->qos.txtp.max_pcr == 0)&&( vcc->qos.txtp.pcr <= 0))
1786 else if ((vcc->qos.txtp.max_pcr > vcc->qos.txtp.pcr) && (vcc->qos.txtp.max_pcr> 0))
1787 vcc->qos.txtp.pcr = vcc->qos.txtp.max_pcr;
1837 vcc->qos.txtp.max_pcr,vc->acr);)
1873 IF_ABR(printk("ABR:vcc->qos.txtp.max_pcr = %d mcr = %d\n",
1881 if (vcc->qos.txtp.max_pcr > iadev->LineRate) {