Searched refs:make_rate (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/atm/ |
D | horizon.c | 586 static int make_rate (const hrz_dev * dev, u32 c, rounding r, in make_rate() function 704 if (make_rate (dev, c, round_nearest, bit_pattern, actual)) in make_rate_with_tolerance() 713 return make_rate (dev, c, r, bit_pattern, actual); in make_rate_with_tolerance() 778 rxer->rate = make_rate (qos->peak_cells); 2224 make_rate (dev, 1<<30, round_nearest, &vcc.tx_pcr_bits, NULL); in hrz_open() 2232 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()
|