Searched refs:RS_ONE_MEGABIT_PERSEC (Results 1 – 1 of 1) sorted by relevance
245 #define RS_ONE_MEGABIT_PERSEC 1000000 macro784 if ((mbits_per_sec < RS_ONE_MEGABIT_PERSEC) && in tcp_int_find_suitable_rate()820 ind_calc = mbits_per_sec/RS_ONE_MEGABIT_PERSEC; in tcp_int_find_suitable_rate()821 if ((ind_calc * RS_ONE_MEGABIT_PERSEC) != mbits_per_sec) in tcp_int_find_suitable_rate()836 if ((mbits_per_sec < RS_ONE_MEGABIT_PERSEC) && in tcp_int_find_suitable_rate()853 ind_calc = mbits_per_sec/RS_ONE_MEGABIT_PERSEC; in tcp_int_find_suitable_rate()854 if ((ind_calc * RS_ONE_MEGABIT_PERSEC) == mbits_per_sec) { in tcp_int_find_suitable_rate()867 if ((mbits_per_sec < RS_ONE_MEGABIT_PERSEC) && in tcp_int_find_suitable_rate()906 ind_calc = mbits_per_sec/RS_ONE_MEGABIT_PERSEC; in tcp_int_find_suitable_rate()907 if ((ind_calc * RS_ONE_MEGABIT_PERSEC) == mbits_per_sec) { in tcp_int_find_suitable_rate()[all …]