Searched refs:testSlot (Results 1 – 1 of 1) sorted by relevance
465 int idealSlot =0, testSlot, toBeAssigned, inc; in ia_cbr_setup() local530 testSlot = idealSlot; in ia_cbr_setup()531 TstSchedTbl = (u16*)(SchedTbl+testSlot); //set index and read in value in ia_cbr_setup()533 testSlot, TstSchedTbl,toBeAssigned);) in ia_cbr_setup()538 testSlot = idealSlot - inc; in ia_cbr_setup()539 if (testSlot < 0) { // Wrap if necessary in ia_cbr_setup()540 testSlot += dev->CbrTotEntries; in ia_cbr_setup()542 SchedTbl,testSlot);) in ia_cbr_setup()544 TstSchedTbl = (u16 *)(SchedTbl + testSlot); // set table index in ia_cbr_setup()548 testSlot = idealSlot + inc; in ia_cbr_setup()[all …]