Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Diphase.c464 int idealSlot =0, testSlot, toBeAssigned, inc; in ia_cbr_setup() local
513 idealSlot = dev->CbrEntryPt; in ia_cbr_setup()
518 idealSlot += (u32)(spacing + fracSlot); // Point to the next location in ia_cbr_setup()
523 if (idealSlot >= (int)dev->CbrTotEntries) in ia_cbr_setup()
524 idealSlot -= dev->CbrTotEntries; in ia_cbr_setup()
529 testSlot = idealSlot; in ia_cbr_setup()
537 testSlot = idealSlot - inc; in ia_cbr_setup()
547 testSlot = idealSlot + inc; in ia_cbr_setup()