Home
last modified time | relevance | path

Searched refs:congestion_pct (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c400 uint32_t *congestion_pct, in cm_calculate_congestion_score() argument
417 *congestion_pct = cm_get_congestion_pct(entry); in cm_calculate_congestion_score()
437 if (!*congestion_pct) in cm_calculate_congestion_score()
447 index = qdf_do_div(*congestion_pct, window_size) + 1; in cm_calculate_congestion_score()
2022 uint32_t congestion_pct[MLD_MAX_LINKS - 1] = {}; in cm_calculate_mlo_bss_score() local
2116 &congestion_pct[i], in cm_calculate_mlo_bss_score()
2334 int32_t congestion_pct = 0; in cm_calculate_ml_scores() local
2363 &congestion_pct, 0); in cm_calculate_ml_scores()
2482 int32_t congestion_pct = 0; in cm_calculate_bss_score() local
2625 if (congestion_pct < CM_CONGESTION_THRSHOLD_FOR_BAND_OCE_SCORE) { in cm_calculate_bss_score()
[all …]