/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_ftm.c | 60 struct cds_config_info *cds_cfg; in hdd_update_cds_config_ftm() local 64 cds_cfg = qdf_mem_malloc(sizeof(*cds_cfg)); in hdd_update_cds_config_ftm() 65 if (!cds_cfg) in hdd_update_cds_config_ftm() 74 cds_cfg->driver_type = QDF_DRIVER_TYPE_MFG; in hdd_update_cds_config_ftm() 75 hdd_lpass_populate_cds_config(cds_cfg, hdd_ctx); in hdd_update_cds_config_ftm() 76 cds_cfg->sub_20_channel_width = WLAN_SUB_20_CH_WIDTH_NONE; in hdd_update_cds_config_ftm() 77 cds_cfg->self_recovery_enabled = self_recovery; in hdd_update_cds_config_ftm() 78 cds_cfg->num_vdevs = hdd_ctx->config->num_vdevs; in hdd_update_cds_config_ftm() 79 cds_init_ini_config(cds_cfg); in hdd_update_cds_config_ftm()
|
H A D | wlan_hdd_main.c | 2783 struct cds_config_info *cds_cfg = cds_get_ini_config(); in hdd_update_tgt_cfg() local 2842 if (cds_cfg) { in hdd_update_tgt_cfg() 2846 cds_cfg->sub_20_channel_width = in hdd_update_tgt_cfg() 2849 cds_cfg->sub_20_channel_width = sub_20_chan_width; in hdd_update_tgt_cfg() 4907 struct cds_config_info *cds_cfg; in hdd_populate_feature_set_cds_config() local 4912 cds_cfg = cds_get_ini_config(); in hdd_populate_feature_set_cds_config() 4913 if (!cds_cfg) { in hdd_populate_feature_set_cds_config() 4920 cds_cfg->get_wifi_features = hdd_ctx->config->get_wifi_features; in hdd_populate_feature_set_cds_config() 4929 cds_cfg->cds_feature_set.wifi_standard = in hdd_populate_feature_set_cds_config() 4934 cds_cfg->cds_feature_set.sap_5g_supported = in hdd_populate_feature_set_cds_config() [all …]
|
/wlan-driver/qcacld-3.0/core/cds/src/ |
H A D | cds_api.c | 436 struct cds_config_info *cds_cfg) in cds_cfg_update_ac_specs_params() argument 443 if (!cds_cfg) in cds_cfg_update_ac_specs_params() 448 cds_cfg->ac_specs[i].wrr_skip_weight; in cds_cfg_update_ac_specs_params() 450 cds_cfg->ac_specs[i].credit_threshold; in cds_cfg_update_ac_specs_params() 452 cds_cfg->ac_specs[i].send_limit; in cds_cfg_update_ac_specs_params() 454 cds_cfg->ac_specs[i].credit_reserve; in cds_cfg_update_ac_specs_params() 456 cds_cfg->ac_specs[i].discard_weight; in cds_cfg_update_ac_specs_params() 649 cds_set_ac_specs_params(struct cds_config_info *cds_cfg) in cds_set_ac_specs_params() argument 654 if (!cds_cfg) in cds_set_ac_specs_params() 662 cds_cfg->ac_specs[i] = cds_ctx->ac_specs[i]; in cds_set_ac_specs_params() [all …]
|
H A D | cds_sched.c | 179 struct cds_config_info *cds_cfg; in cds_sched_find_attach_cpu() local 217 cds_cfg = cds_get_ini_config(); in cds_sched_find_attach_cpu() 219 if (cds_cfg && cds_cfg->enable_dp_rx_threads) in cds_sched_find_attach_cpu()
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/system/src/ |
H A D | mac_init_api.c | 102 hdd_handle_t hdd_handle, struct cds_config_info *cds_cfg) in mac_open() argument 141 if (cds_cfg->driver_type) in mac_open() 151 status = pe_open(mac, cds_cfg); in mac_open()
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_main.c | 1591 struct cds_config_info *cds_cfg; in dp_send_rps_ind() local 1593 cds_cfg = cds_get_ini_config(); in dp_send_rps_ind() 1594 if (!cds_cfg) { in dp_send_rps_ind() 1633 cds_cfg->rps_enabled = true; in dp_send_rps_ind() 1639 cds_cfg->rps_enabled = false; in dp_send_rps_ind() 1660 struct cds_config_info *cds_cfg; in dp_send_rps_disable_ind() local 1662 cds_cfg = cds_get_ini_config(); in dp_send_rps_disable_ind() 1664 if (!cds_cfg) { in dp_send_rps_disable_ind() 1681 cds_cfg->rps_enabled = false; in dp_send_rps_disable_ind() 1725 struct cds_config_info *cds_cfg; in dp_set_rx_mode_rps() local [all …]
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | mac_init_api.h | 89 hdd_handle_t hdd_handle, struct cds_config_info *cds_cfg);
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_main.c | 380 if (!cds_ctx->cds_cfg) { in wma_set_feature_set_info() 386 cds_ctx->cds_cfg->cds_feature_set.wifi_standard; in wma_set_feature_set_info() 388 cds_ctx->cds_cfg->cds_feature_set.sap_5g_supported; in wma_set_feature_set_info() 390 cds_ctx->cds_cfg->cds_feature_set.sap_6g_supported; in wma_set_feature_set_info() 392 cds_ctx->cds_cfg->cds_feature_set.band_capability; in wma_set_feature_set_info() 549 if (!cds_ctx->cds_cfg) { in wma_is_feature_set_supported() 562 cds_ctx->cds_cfg->get_wifi_features); in wma_is_feature_set_supported() 586 struct cds_config_info *cds_cfg) in wma_set_default_tgt_config() argument 592 tgt_cfg->num_vdevs = cds_cfg->num_vdevs; in wma_set_default_tgt_config() 598 tgt_cfg->num_offload_peers = cds_cfg->ap_maxoffload_peers + 1; in wma_set_default_tgt_config() [all …]
|
/wlan-driver/qcacld-3.0/core/cds/inc/ |
H A D | cds_sched.h | 215 struct cds_config_info *cds_cfg; member
|
H A D | cds_api.h | 535 void cds_init_ini_config(struct cds_config_info *cds_cfg);
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_h2t.c | 328 struct cds_config_info *cds_cfg; in htt_h2t_rx_ring_rfs_cfg_msg_ll() local 372 cds_cfg = cds_get_ini_config(); in htt_h2t_rx_ring_rfs_cfg_msg_ll() 373 if (cds_cfg) { in htt_h2t_rx_ring_rfs_cfg_msg_ll() 374 msg_local |= ((cds_cfg->max_msdus_per_rxinorderind & 0xff) in htt_h2t_rx_ring_rfs_cfg_msg_ll()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma_types.h | 715 wma_tgt_cfg_cb pTgtUpdCB, struct cds_config_info *cds_cfg,
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
H A D | lim_api.h | 162 QDF_STATUS pe_open(struct mac_context *mac, struct cds_config_info *cds_cfg);
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_api.c | 807 QDF_STATUS pe_open(struct mac_context *mac, struct cds_config_info *cds_cfg) in pe_open() argument 811 if (QDF_DRIVER_TYPE_MFG == cds_cfg->driver_type) in pe_open() 814 mac->lim.maxBssId = cds_cfg->max_bssid; in pe_open() 815 mac->lim.maxStation = cds_cfg->max_station; in pe_open() 817 (cds_cfg->max_station > SIR_SAP_MAX_NUM_PEERS) ? in pe_open() 818 SIR_SAP_MAX_NUM_PEERS : cds_cfg->max_station; in pe_open()
|