Home
last modified time | relevance | path

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

/linux-6.15/drivers/atm/
H A Diphase.c362 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 …]
H A Diphase.h1049 unsigned int sum_mcr, sum_cbr, LineRate; member