Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_medium_assess.c340 uint8_t congestion) in hdd_congestion_notification_report() argument
368 nla_put_u8(event, CONGESTION_PERCENTAGE, congestion)) { in hdd_congestion_notification_report()
432 uint32_t congestion = 0; in hdd_congestion_notification_calculation() local
494 congestion = qdf_do_div(diff * 100, cycle_count_delta); in hdd_congestion_notification_calculation()
496 if (congestion > 100) in hdd_congestion_notification_calculation()
497 congestion = 100; in hdd_congestion_notification_calculation()
502 my_rx_count_delta, cycle_count_delta, congestion); in hdd_congestion_notification_calculation()
503 if (congestion >= info->config.threshold) in hdd_congestion_notification_calculation()
504 hdd_congestion_notification_report(info->vdev_id, congestion); in hdd_congestion_notification_calculation()
H A Dwlan_hdd_station_info.c173 uint32_t *congestion) in hdd_get_sta_congestion() argument
190 *congestion = cca_stats.congestion; in hdd_get_sta_congestion()
209 uint32_t congestion; in hdd_get_station_assoc_fail() local
227 if (hdd_get_sta_congestion(link_info, &congestion)) in hdd_get_station_assoc_fail()
228 congestion = 0; in hdd_get_station_assoc_fail()
230 hdd_info("congestion:%d", congestion); in hdd_get_station_assoc_fail()
232 congestion)) { in hdd_get_station_assoc_fail()
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_mc_defs.h296 uint32_t congestion; member
690 uint32_t congestion; member
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c359 uint32_t congestion = 0; in cm_get_congestion_pct() local
371 congestion = CM_MAX_CHANNEL_UTILIZATION - in cm_get_congestion_pct()
373 if (!congestion) in cm_get_congestion_pct()
374 congestion = 1; in cm_get_congestion_pct()
381 congestion = qdf_do_div(ap_load, CM_MAX_AP_LOAD); in cm_get_congestion_pct()
382 if (!congestion) in cm_get_congestion_pct()
383 congestion = 1; in cm_get_congestion_pct()
386 return congestion; in cm_get_congestion_pct()
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
H A Dwlan_cp_stats_mc_ucfg_api.c1011 cca_stats->congestion = vdev_mc_stats->cca.congestion; in ucfg_mc_cp_stats_cca_stats_get()
H A Dwlan_cp_stats_mc_tgt_api.c812 vdev_mc_stats->cca.congestion = ev->cca_stats->congestion; in tgt_mc_cp_stats_extract_cca_stats()
/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/
H A Dtarget_if_mc_cp_stats.c682 ev->cca_stats->congestion = stats.congestion; in target_if_cp_stats_extract_cca_stats()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h9020 uint32_t congestion; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c12805 out_buff->congestion = congestion_stats->congestion; in extract_cca_stats_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h16577 A_UINT32 congestion; member