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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dhorizon.c601 static int make_rate (const hrz_dev * dev, u32 c, rounding r, function
617 PRINTD (DBG_QOS|DBG_FLOW, "make_rate b=%lu, c=%u, %s", br, c,
719 if (make_rate (dev, c, round_nearest, bit_pattern, actual))
728 return make_rate (dev, c, r, bit_pattern, actual);
782 // rxer->rate = make_rate (qos->peak_cells);
2129 make_rate (dev, 1<<30, round_nearest, &vcc.tx_pcr_bits, NULL);
H A Dambassador.c671 static int make_rate (unsigned int rate, rounding r, function
676 PRINTD (DBG_FLOW|DBG_QOS, "make_rate %u", rate);
857 error = make_rate (pcr, r, &tx_rate_bits, NULL);
H A Dfirestream.c419 static unsigned int make_rate (unsigned int rate, int r, function
425 fs_dprintk (FS_DEBUG_QOS, "make_rate %u", rate);
956 error = make_rate (pcr, r, &tmc0, NULL);

Completed in 144 milliseconds