Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 25 of 28) sorted by relevance

12

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_medium_assess.c398 medium_assess_info[pdev_id].config.threshold = MAX_CONGESTION_THRESHOLD; in hdd_medium_assess_stop_timer()
503 if (congestion >= info->config.threshold) in hdd_congestion_notification_calculation()
593 uint8_t enable, threshold, interval = 0; in hdd_medium_assess_congestion_report() local
636 threshold = nla_get_u8(tb[CONGESTION_REPORT_THRESHOLD]); in hdd_medium_assess_congestion_report()
637 if (threshold > MAX_CONGESTION_THRESHOLD) { in hdd_medium_assess_congestion_report()
638 hdd_err_rl("Invalid threshold %d", threshold); in hdd_medium_assess_congestion_report()
650 medium_assess_info[pdev_id].config.threshold = threshold; in hdd_medium_assess_congestion_report()
Dwlan_hdd_medium_assess.h47 uint8_t threshold; member
Dwlan_hdd_cfg80211.c6360 uint16_t threshold; in hdd_set_roam_with_control_config() local
6579 threshold = nla_get_u16(attr); in hdd_set_roam_with_control_config()
6582 threshold); in hdd_set_roam_with_control_config()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_mem.c117 uint32_t threshold; member
352 uint32_t threshold) in qdf_mem_debug_print_header() argument
354 if (threshold) in qdf_mem_debug_print_header()
356 threshold); in qdf_mem_debug_print_header()
415 uint32_t threshold, in qdf_mem_domain_print() argument
425 qdf_mem_debug_print_header(print, print_priv, threshold); in qdf_mem_domain_print()
437 (*mem_print)(table, print, print_priv, threshold); in qdf_mem_domain_print()
446 (*mem_print)(table, print, print_priv, threshold); in qdf_mem_domain_print()
461 uint32_t threshold) in qdf_mem_meta_table_print() argument
568 uint32_t threshold) in qdf_print_major_alloc() argument
[all …]
Di_qdf_ipa.h398 (((struct ipa_wdi_bw_info *)bw_info)->threshold[0])
400 (((struct ipa_wdi_bw_info *)bw_info)->threshold[1])
402 (((struct ipa_wdi_bw_info *)bw_info)->threshold[2])
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.c888 uint32_t threshold = scn->latency_detect.threshold; in __hif_tasklet_latency() local
890 sched_time + qdf_system_msecs_to_ticks(threshold); in __hif_tasklet_latency()
902 exec_time, threshold, in __hif_tasklet_latency()
974 uint32_t threshold = scn->latency_detect.threshold; in hif_credit_latency() local
987 qdf_system_msecs_to_ticks(threshold))) { in hif_credit_latency()
990 credit_report_time, threshold, in hif_credit_latency()
1084 scn->latency_detect.threshold = in hif_latency_detect_timer_init()
1089 scn->latency_detect.threshold); in hif_latency_detect_timer_init()
Dhif_main.h199 uint32_t threshold; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_data.c1617 config->threshold[i].cond; in wma_set_peer_rate_report_condition()
1619 config->threshold[i].delta; in wma_set_peer_rate_report_condition()
1621 config->threshold[i].percentage; in wma_set_peer_rate_report_condition()
1625 config->threshold[i].thresh[j]; in wma_set_peer_rate_report_condition()
1675 u_int32_t threshold, limit; in wma_process_init_bad_peer_tx_ctl_info() local
1677 threshold = config->threshold[i].thresh[0]; in wma_process_init_bad_peer_tx_ctl_info()
1678 limit = config->threshold[i].txlimit; in wma_process_init_bad_peer_tx_ctl_info()
1682 threshold, in wma_process_init_bad_peer_tx_ctl_info()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Drrm_global.h63 uint8_t threshold; member
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
Dhost_diag_core_log.h370 uint32_t threshold; member
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
Dwlan_dp_ucfg_api.h1246 uint32_t threshold);
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_util.c876 return mac_ctx->mlme_cfg->threshold.frag_threshold; in csr_get_frag_thresh()
881 return mac_ctx->mlme_cfg->threshold.rts_threshold; in csr_get_rts_thresh()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_public_struct.h1924 uint32_t threshold; member
2882 struct wlan_mlme_threshold threshold; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
Drrm_api.c2037 rrm_report.threshold = chan_load_req->measurement_request.channel_load.rrm_reporting.threshold; in rrm_process_channel_load_req()
2040 rrm_report.threshold, rrm_report.reporting_condition); in rrm_process_channel_load_req()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_bus_bandwidth.c776 uint32_t threshold = dp_ctx->dp_cfg.bus_low_cnt_threshold; in dp_low_tput_gro_flush_skip_handler() local
781 if (++dp_ctx->bus_low_vote_cnt >= threshold) in dp_low_tput_gro_flush_skip_handler()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c2440 struct wlan_mlme_threshold *threshold) in mlme_init_threshold_cfg() argument
2442 threshold->rts_threshold = cfg_get(psoc, CFG_RTS_THRESHOLD); in mlme_init_threshold_cfg()
2443 threshold->frag_threshold = cfg_get(psoc, CFG_FRAG_THRESHOLD); in mlme_init_threshold_cfg()
3025 bss_load_trig->threshold = cfg_get(psoc, CFG_BSS_LOAD_THRESHOLD); in mlme_init_bss_load_trigger_params()
4103 mlme_init_threshold_cfg(psoc, &mlme_cfg->threshold); in mlme_cfg_on_psoc_enable()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
Dwlan_dp_ucfg_api.c2553 uint32_t threshold) in dp_ucfg_enable_link_monitoring() argument
2565 dp_intf->link_monitoring.rx_linkspeed_threshold = threshold; in dp_ucfg_enable_link_monitoring()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c3283 *value = mlme_obj->cfg.threshold.rts_threshold; in wlan_mlme_get_rts_threshold()
3304 mlme_obj->cfg.threshold.rts_threshold = value; in wlan_mlme_set_rts_threshold()
3319 *value = mlme_obj->cfg.threshold.frag_threshold; in wlan_mlme_get_frag_threshold()
3340 mlme_obj->cfg.threshold.frag_threshold = value; in wlan_mlme_set_frag_threshold()
6195 *val = mlme_obj->cfg.lfr.bss_load_trig.threshold; in wlan_mlme_get_bss_load_threshold()
/wlan-driver/qcacld-3.0/core/sme/inc/
Dsme_api.h1652 struct sir_ll_ext_stats_threshold *threshold);
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h2405 struct t_bad_peer_info threshold[WLAN_WMA_IEEE80211_MAX_LEVEL]; member
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h9298 uint32_t threshold; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c9995 struct sir_ll_ext_stats_threshold *threshold) in sme_ll_stats_set_thresh() argument
10001 if (!threshold) { in sme_ll_stats_set_thresh()
10015 *thresh = *threshold; in sme_ll_stats_set_thresh()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
Dwlan_cm_roam_api.c3053 ptr->rssi_trig_data.threshold, in cm_roam_stats_get_trigger_detail_str()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms3076 threshold, 1;
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_roam_offload.c6461 (-1) * data->rssi_trig_data.threshold; in cm_roam_trigger_info_event()

12