Home
last modified time | relevance | path

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

/drivers/atm/
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()
393 if ((srv_p->mcr + dev->sum_mcr) > dev->LineRate) in ia_open_abr_vc()
811 iadev->LineRate = (u32)(((25600000/8)*26)/(27*53));
813 iadev->LineRate = (u32)(((44736000/8)*26)/(27*53));
815 iadev->LineRate = (u32)(((34368000/8)*26)/(27*53));
817 iadev->LineRate = (u32)(ATM_OC3_PCR);
818 IF_INIT(printk("iadev->LineRate = %d \n", iadev->LineRate);)
1782 vcc->qos.txtp.pcr = iadev->LineRate;
[all …]
Diphase.h1050 unsigned int sum_mcr, sum_cbr, LineRate; member