Home
last modified time | relevance | path

Searched refs:testSlot (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/atm/
H A Diphase.c466 int idealSlot =0, testSlot, toBeAssigned, inc; in ia_cbr_setup() local
531 testSlot = idealSlot; in ia_cbr_setup()
534 testSlot, TstSchedTbl,toBeAssigned);) in ia_cbr_setup()
539 testSlot = idealSlot - inc; in ia_cbr_setup()
540 if (testSlot < 0) { // Wrap if necessary in ia_cbr_setup()
541 testSlot += dev->CbrTotEntries; in ia_cbr_setup()
545 TstSchedTbl = (u16 *)(SchedTbl + testSlot); // set table index in ia_cbr_setup()
549 testSlot = idealSlot + inc; in ia_cbr_setup()
551 testSlot -= dev->CbrTotEntries; in ia_cbr_setup()
554 testSlot, toBeAssigned);) in ia_cbr_setup()
[all …]