Searched defs:icg (Results 1 - 1 of 1) sorted by relevance

/drivers/atm/
H A Dlanai.c2090 int x, icg, pcr = atm_pcr_goal(&qos->txtp); local
2098 icg = (3125 << (9 + CBRICG_FRAC_BITS)) - (x << CBRICG_FRAC_BITS);
2100 icg += x - 1;
2101 icg /= x;
2102 if (icg > CBRICG_MAX)
2103 icg = CBRICG_MAX;
2104 DPRINTK("pcr_to_cbricg: pcr=%d rounddown=%c icg=%d\n",
2105 pcr, rounddown ? 'Y' : 'N', icg);
2106 return icg;

Completed in 1672 milliseconds