Searched refs:CbrEntryPt (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.c457 idealSlot = dev->CbrEntryPt;
458 dev->CbrEntryPt += 2; // Adding 2 helps to prevent clumping
459 if (dev->CbrEntryPt >= dev->CbrTotEntries)
460 dev->CbrEntryPt -= dev->CbrTotEntries;// Wrap if necessary
1922 iadev->CbrEntryPt = 0;
H A Diphase.h1051 unsigned int CbrEntryPt; // CBR Sched Table Entry Point. member in struct:iadev_t

Completed in 229 milliseconds