CbrEntryPt 515 drivers/atm/iphase.c idealSlot = dev->CbrEntryPt; CbrEntryPt 516 drivers/atm/iphase.c dev->CbrEntryPt += 2; // Adding 2 helps to prevent clumping CbrEntryPt 517 drivers/atm/iphase.c if (dev->CbrEntryPt >= dev->CbrTotEntries) CbrEntryPt 518 drivers/atm/iphase.c dev->CbrEntryPt -= dev->CbrTotEntries;// Wrap if necessary CbrEntryPt 2084 drivers/atm/iphase.c iadev->CbrEntryPt = 0; CbrEntryPt 1047 drivers/atm/iphase.h unsigned int CbrEntryPt; // CBR Sched Table Entry Point.