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

/linux-master/drivers/atm/
H A Diphase.c362 srv_p->pcr = dev->LineRate;
391 if (srv_p->pcr > dev->LineRate)
392 srv_p->pcr = dev->LineRate;
393 if ((srv_p->mcr + dev->sum_mcr) > dev->LineRate)
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);)
[all...]
H A Diphase.h1049 unsigned int sum_mcr, sum_cbr, LineRate; member in struct:iadev_priv

Completed in 238 milliseconds