Searched refs:make_rate (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/atm/
H A Dhorizon.c602 static int make_rate (const hrz_dev * dev, u32 c, rounding r, function
618 PRINTD (DBG_QOS|DBG_FLOW, "make_rate b=%lu, c=%u, %s", br, c,
720 if (make_rate (dev, c, round_nearest, bit_pattern, actual))
729 return make_rate (dev, c, r, bit_pattern, actual);
783 // rxer->rate = make_rate (qos->peak_cells);
2131 make_rate (dev, 1<<30, round_nearest, &vcc.tx_pcr_bits, NULL);
H A Dambassador.c652 static int make_rate (unsigned int rate, rounding r, function
657 PRINTD (DBG_FLOW|DBG_QOS, "make_rate %u", rate);
838 error = make_rate (pcr, r, &tx_rate_bits, NULL);
H A Dfirestream.c420 static unsigned int make_rate (unsigned int rate, int r, function
426 fs_dprintk (FS_DEBUG_QOS, "make_rate %u", rate);
958 error = make_rate (pcr, r, &tmc0, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/atm/
H A Dhorizon.c602 static int make_rate (const hrz_dev * dev, u32 c, rounding r, function
618 PRINTD (DBG_QOS|DBG_FLOW, "make_rate b=%lu, c=%u, %s", br, c,
720 if (make_rate (dev, c, round_nearest, bit_pattern, actual))
729 return make_rate (dev, c, r, bit_pattern, actual);
783 // rxer->rate = make_rate (qos->peak_cells);
2131 make_rate (dev, 1<<30, round_nearest, &vcc.tx_pcr_bits, NULL);
H A Dambassador.c652 static int make_rate (unsigned int rate, rounding r, function
657 PRINTD (DBG_FLOW|DBG_QOS, "make_rate %u", rate);
838 error = make_rate (pcr, r, &tx_rate_bits, NULL);
H A Dfirestream.c420 static unsigned int make_rate (unsigned int rate, int r, function
426 fs_dprintk (FS_DEBUG_QOS, "make_rate %u", rate);
958 error = make_rate (pcr, r, &tmc0, NULL);

Completed in 98 milliseconds