Lines Matching defs:cell_log
257 uint8_t cell_log = 0;
260 cell_log++;
263 return cell_log;
294 /* if cell_log not set, compute default value */
295 if (opts.rate.cell_log == UINT8_MAX)
296 opts.rate.cell_log = compute_cell(opts.rate.rate, mtu);
303 /* if cell_log not set, compute default value */
304 if (opts.ceil.cell_log == UINT8_MAX)
305 opts.ceil.cell_log = compute_cell(opts.ceil.rate, mtu);
336 1 << opts.rate.cell_log,
341 1 << opts.ceil.cell_log,