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

/linux-master/drivers/atm/
H A Diphase.c480 entries = rate / dev->Granularity;
482 entries, rate, dev->Granularity);)
485 rateLow = entries * dev->Granularity;
486 rateHigh = (entries + 1) * dev->Granularity;
498 dev->sum_mcr += entries * dev->Granularity;
2087 iadev->Granularity = MAX_ATM_155 / iadev->CbrTotEntries;
2662 iadev->sum_mcr -= ia_vcc->NumCbrEntry*iadev->Granularity;
H A Diphase.h1047 unsigned int Granularity; // CBR Granularity given Table Size. member in struct:iadev_priv

Completed in 108 milliseconds