Searched refs:make_rate (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | horizon.c | 572 static int make_rate (const hrz_dev * dev, u32 c, rounding r, in make_rate() function 588 PRINTD (DBG_QOS|DBG_FLOW, "make_rate b=%lu, c=%u, %s", br, c, in make_rate() 690 if (make_rate (dev, c, round_nearest, bit_pattern, actual)) in make_rate_with_tolerance() 699 return make_rate (dev, c, r, bit_pattern, actual); in make_rate_with_tolerance() 753 // rxer->rate = make_rate (qos->peak_cells); in hrz_open_rx() 764 rxer->rate = make_rate (qos->peak_cells); 2210 make_rate (dev, 1<<30, round_nearest, &vcc.tx_pcr_bits, NULL); in hrz_open() 2218 make_rate (dev, 1<<30, round_nearest, &vcc.tx_pcr_bits, 0); in hrz_open()
|
H A D | ambassador.c | 874 static int make_rate (unsigned int rate, rounding r, in make_rate() function 879 PRINTD (DBG_FLOW|DBG_QOS, "make_rate %u", rate); in make_rate() 1060 error = make_rate (pcr, r, &tx_rate_bits, NULL); in amb_open()
|
H A D | firestream.c | 436 static int make_rate(unsigned int rate, int r, in make_rate() function 442 fs_dprintk (FS_DEBUG_QOS, "make_rate %u", rate); in make_rate() 998 error = make_rate (pcr, r, &tmc0, NULL); in fs_open()
|
Completed in 10 milliseconds