Home
last modified time | relevance | path

Searched refs:LineRate (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/atm/
A Diphase.c363 srv_p->pcr = dev->LineRate; in init_abr_vc()
392 if (srv_p->pcr > dev->LineRate) in ia_open_abr_vc()
393 srv_p->pcr = dev->LineRate; in ia_open_abr_vc()
818 iadev->LineRate = (u32)(ATM_OC3_PCR);
1785 vcc->qos.txtp.pcr = iadev->LineRate;
1787 vcc->qos.txtp.pcr = iadev->LineRate;
1790 if (vcc->qos.txtp.pcr > iadev->LineRate)
1791 vcc->qos.txtp.pcr = iadev->LineRate;
1849 if (tmpsum > iadev->LineRate)
2197 iadev->rate_limit = iadev->LineRate / 3;
[all …]
A Diphase.h1049 unsigned int sum_mcr, sum_cbr, LineRate; member

Completed in 19 milliseconds