Searched refs:congestion_score2 (Results 1 – 1 of 1) sorted by relevance
1922 uint32_t congestion_score2, in cm_get_mlo_congestion_score() argument1931 if (congestion_score1 > congestion_score2) { in cm_get_mlo_congestion_score()1933 congestion_worst = congestion_score2 * bw1 / (bw1 + bw2); in cm_get_mlo_congestion_score()1934 } else if (congestion_score1 < congestion_score2) { in cm_get_mlo_congestion_score()1935 congestion_best = congestion_score2; in cm_get_mlo_congestion_score()1939 congestion_worst = congestion_score2 / 2; in cm_get_mlo_congestion_score()