Searched refs:LineRate (Results 1 – 2 of 2) sorted by relevance
362 srv_p->pcr = dev->LineRate; in init_abr_vc()391 if (srv_p->pcr > dev->LineRate) in ia_open_abr_vc()392 srv_p->pcr = dev->LineRate; in ia_open_abr_vc()817 iadev->LineRate = (u32)(ATM_OC3_PCR);1784 vcc->qos.txtp.pcr = iadev->LineRate;1786 vcc->qos.txtp.pcr = iadev->LineRate;1789 if (vcc->qos.txtp.pcr > iadev->LineRate)1790 vcc->qos.txtp.pcr = iadev->LineRate;1848 if (tmpsum > iadev->LineRate)2196 iadev->rate_limit = iadev->LineRate / 3;[all …]
1049 unsigned int sum_mcr, sum_cbr, LineRate; member