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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Diphase.c422 entries = rate / dev->Granularity;
424 entries, rate, dev->Granularity);)
427 rateLow = entries * dev->Granularity;
428 rateHigh = (entries + 1) * dev->Granularity;
440 dev->sum_mcr += entries * dev->Granularity;
1923 iadev->Granularity = MAX_ATM_155 / iadev->CbrTotEntries;
2494 iadev->sum_mcr -= ia_vcc->NumCbrEntry*iadev->Granularity;
H A Diphase.h1052 unsigned int Granularity; // CBR Granularity given Table Size. member in struct:iadev_t

Completed in 129 milliseconds