testSlot          466 drivers/atm/iphase.c    int   idealSlot =0, testSlot, toBeAssigned, inc;
testSlot          531 drivers/atm/iphase.c       testSlot = idealSlot;
testSlot          532 drivers/atm/iphase.c       TstSchedTbl = (u16*)(SchedTbl+testSlot);  //set index and read in value
testSlot          534 drivers/atm/iphase.c                                 testSlot, TstSchedTbl,toBeAssigned);)
testSlot          539 drivers/atm/iphase.c           testSlot = idealSlot - inc;
testSlot          540 drivers/atm/iphase.c           if (testSlot < 0) { // Wrap if necessary
testSlot          541 drivers/atm/iphase.c              testSlot += dev->CbrTotEntries;
testSlot          543 drivers/atm/iphase.c                                                        SchedTbl,testSlot);)
testSlot          545 drivers/atm/iphase.c           TstSchedTbl = (u16 *)(SchedTbl + testSlot);  // set table index
testSlot          549 drivers/atm/iphase.c           testSlot = idealSlot + inc;
testSlot          550 drivers/atm/iphase.c           if (testSlot >= (int)dev->CbrTotEntries) { // Wrap if necessary
testSlot          551 drivers/atm/iphase.c              testSlot -= dev->CbrTotEntries;
testSlot          554 drivers/atm/iphase.c                                             testSlot, toBeAssigned);)
testSlot          557 drivers/atm/iphase.c           TstSchedTbl = (u16*)(SchedTbl + testSlot);