Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
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()
392 if ((srv_p->mcr + dev->sum_mcr) > dev->LineRate) in ia_open_abr_vc()
810 iadev->LineRate = (u32)(((25600000/8)*26)/(27*53));
812 iadev->LineRate = (u32)(((44736000/8)*26)/(27*53));
814 iadev->LineRate = (u32)(((34368000/8)*26)/(27*53));
816 iadev->LineRate = (u32)(ATM_OC3_PCR);
817 IF_INIT(printk("iadev->LineRate = %d \n", iadev->LineRate);)
1781 vcc->qos.txtp.pcr = iadev->LineRate;
[all …]
Diphase.h1050 unsigned int sum_mcr, sum_cbr, LineRate; member