Lines Matching refs:max_pcr
475 if (vcc->qos.txtp.max_pcr <= 0) {
479 rate = vcc->qos.txtp.max_pcr;
1781 if (vcc->qos.txtp.max_pcr == ATM_MAX_PCR)
1783 else if ((vcc->qos.txtp.max_pcr == 0)&&( vcc->qos.txtp.pcr <= 0))
1785 else if ((vcc->qos.txtp.max_pcr > vcc->qos.txtp.pcr) && (vcc->qos.txtp.max_pcr> 0))
1786 vcc->qos.txtp.pcr = vcc->qos.txtp.max_pcr;
1836 vcc->qos.txtp.max_pcr,vc->acr);)
1872 IF_ABR(printk("ABR:vcc->qos.txtp.max_pcr = %d mcr = %d\n",
1880 if (vcc->qos.txtp.max_pcr > iadev->LineRate) {