Searched refs:RS_ONE_MEGABIT_PERSEC (Results 1 – 1 of 1) sorted by relevance
278 #define RS_ONE_MEGABIT_PERSEC 1000000 macro760 if ((mbits_per_sec < RS_ONE_MEGABIT_PERSEC) && in tcp_int_find_suitable_rate()793 ind_calc = mbits_per_sec/RS_ONE_MEGABIT_PERSEC; in tcp_int_find_suitable_rate()794 if ((ind_calc * RS_ONE_MEGABIT_PERSEC) != mbits_per_sec) in tcp_int_find_suitable_rate()806 if ((mbits_per_sec < RS_ONE_MEGABIT_PERSEC) && in tcp_int_find_suitable_rate()823 ind_calc = mbits_per_sec/RS_ONE_MEGABIT_PERSEC; in tcp_int_find_suitable_rate()824 if ((ind_calc * RS_ONE_MEGABIT_PERSEC) == mbits_per_sec) { in tcp_int_find_suitable_rate()837 if ((mbits_per_sec < RS_ONE_MEGABIT_PERSEC) && in tcp_int_find_suitable_rate()869 ind_calc = mbits_per_sec/RS_ONE_MEGABIT_PERSEC; in tcp_int_find_suitable_rate()870 if ((ind_calc * RS_ONE_MEGABIT_PERSEC) == mbits_per_sec) { in tcp_int_find_suitable_rate()[all …]