Searched refs:make_rate (Results 1 – 3 of 3) sorted by relevance
/drivers/atm/ |
D | horizon.c | 602 static int make_rate (const hrz_dev * dev, u32 c, rounding r, in make_rate() function 720 if (make_rate (dev, c, round_nearest, bit_pattern, actual)) in make_rate_with_tolerance() 729 return make_rate (dev, c, r, bit_pattern, actual); in make_rate_with_tolerance() 794 rxer->rate = make_rate (qos->peak_cells); 2248 make_rate (dev, 1<<30, round_nearest, &vcc.tx_pcr_bits, NULL); in hrz_open() 2256 make_rate (dev, 1<<30, round_nearest, &vcc.tx_pcr_bits, 0); in hrz_open()
|
D | firestream.c | 447 static int make_rate(unsigned int rate, int r, in make_rate() function 1006 error = make_rate (pcr, r, &tmc0, NULL); in fs_open()
|
D | ambassador.c | 889 static int make_rate (unsigned int rate, rounding r, in make_rate() function 1075 error = make_rate (pcr, r, &tx_rate_bits, NULL); in amb_open()
|