Searched refs:mbits_per_sec (Results 1 – 1 of 1) sorted by relevance
779 uint64_t mbits_per_sec, ind_calc, previous_rate = 0; in tcp_int_find_suitable_rate() local782 mbits_per_sec = (bytes_per_sec * 8); in tcp_int_find_suitable_rate()784 if ((mbits_per_sec < RS_ONE_MEGABIT_PERSEC) && in tcp_int_find_suitable_rate()801 } else if ((mbits_per_sec > RS_ONE_GIGABIT_PERSEC) && in tcp_int_find_suitable_rate()807 if (mbits_per_sec < RS_TEN_GIGABIT_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()844 } else if ((mbits_per_sec > RS_ONE_GIGABIT_PERSEC) && in tcp_int_find_suitable_rate()853 ind_calc = mbits_per_sec/RS_ONE_MEGABIT_PERSEC; in tcp_int_find_suitable_rate()[all …]