Searched refs:congestion_worst (Results 1 – 1 of 1) sorted by relevance
1926 uint32_t congestion_worst; in cm_get_mlo_congestion_score() local1933 congestion_worst = congestion_score2 * bw1 / (bw1 + bw2); in cm_get_mlo_congestion_score()1936 congestion_worst = congestion_score1 * bw2 / (bw1 + bw2); in cm_get_mlo_congestion_score()1939 congestion_worst = congestion_score2 / 2; in cm_get_mlo_congestion_score()1943 congestion_worst = congestion_worst * CM_SLO_CONGESTION_MAX_SCORE / in cm_get_mlo_congestion_score()1945 congestion_worst = QDF_MIN(congestion_worst, 20 * congestion_weight); in cm_get_mlo_congestion_score()1947 return congestion_best + congestion_worst; in cm_get_mlo_congestion_score()