Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/atm/
A Diphase.c361 srv_p->pcr = dev->LineRate; in init_abr_vc()
390 if (srv_p->pcr > dev->LineRate) in ia_open_abr_vc()
391 srv_p->pcr = dev->LineRate; in ia_open_abr_vc()
816 iadev->LineRate = (u32)(ATM_OC3_PCR);
1783 vcc->qos.txtp.pcr = iadev->LineRate;
1785 vcc->qos.txtp.pcr = iadev->LineRate;
1788 if (vcc->qos.txtp.pcr > iadev->LineRate)
1789 vcc->qos.txtp.pcr = iadev->LineRate;
1847 if (tmpsum > iadev->LineRate)
2195 iadev->rate_limit = iadev->LineRate / 3;
[all …]
A Diphase.h1049 unsigned int sum_mcr, sum_cbr, LineRate; member

Completed in 18 milliseconds