/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_cfr_tlv.c | 105 struct ta_ra_cfr_cfg *tgt_cfg = NULL; in populate_wmi_cfr_param() local 111 tgt_cfg = &rcc->curr[grp_id]; in populate_wmi_cfr_param() 115 tgt_cfg->valid_ta); in populate_wmi_cfr_param() 117 tgt_cfg->valid_ta_mask); in populate_wmi_cfr_param() 119 tgt_cfg->valid_ra); in populate_wmi_cfr_param() 121 tgt_cfg->valid_ra_mask); in populate_wmi_cfr_param() 123 tgt_cfg->valid_bw_mask); in populate_wmi_cfr_param() 125 tgt_cfg->valid_nss_mask); in populate_wmi_cfr_param() 127 tgt_cfg->valid_mgmt_subtype); in populate_wmi_cfr_param() 129 tgt_cfg->valid_ctrl_subtype); in populate_wmi_cfr_param() [all …]
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_main.c | 242 target_resource_config *tgt_cfg) in wma_set_ipa_disable_config() argument 244 tgt_cfg->ipa_disable = true; in wma_set_ipa_disable_config() 248 target_resource_config *tgt_cfg) in wma_set_ipa_disable_config() argument 250 tgt_cfg->ipa_disable = ucfg_ipa_is_enabled() ? false : true; in wma_set_ipa_disable_config() 268 target_resource_config *tgt_cfg) in wma_update_num_peers_tids() argument 275 tgt_cfg->num_peers = no_of_peers_supported + tgt_cfg->num_vdevs + in wma_update_num_peers_tids() 280 tgt_cfg->num_tids = in wma_update_num_peers_tids() 282 tgt_cfg->num_vdevs); in wma_update_num_peers_tids() 296 target_resource_config *tgt_cfg) in wma_set_peer_map_unmap_v2_config() argument 298 tgt_cfg->peer_map_unmap_v2 = in wma_set_peer_map_unmap_v2_config() [all …]
|
H A D | wma_twt.c | 33 struct wma_tgt_cfg *tgt_cfg) in wma_update_bcast_twt_support() argument 47 void wma_update_twt_tgt_cap(tp_wma_handle wh, struct wma_tgt_cfg *tgt_cfg) in wma_update_twt_tgt_cap() argument 689 struct wma_tgt_cfg *tgt_cfg) in wma_update_bcast_twt_support() argument 693 tgt_cfg->legacy_bcast_twt_support = true; in wma_update_bcast_twt_support() 695 tgt_cfg->legacy_bcast_twt_support = false; in wma_update_bcast_twt_support() 699 tgt_cfg->twt_bcast_req_support = true; in wma_update_bcast_twt_support() 701 tgt_cfg->twt_bcast_req_support = false; in wma_update_bcast_twt_support() 705 tgt_cfg->twt_bcast_res_support = true; in wma_update_bcast_twt_support() 707 tgt_cfg->twt_bcast_res_support = false; in wma_update_bcast_twt_support() 710 void wma_update_twt_tgt_cap(tp_wma_handle wh, struct wma_tgt_cfg *tgt_cfg) in wma_update_twt_tgt_cap() argument [all …]
|
H A D | wma_nan_datapath.h | 68 struct wma_tgt_cfg *tgt_cfg) in wma_update_hdd_cfg_ndp() argument 70 tgt_cfg->nan_datapath_enabled = wma_handle->nan_datapath_enabled; in wma_update_hdd_cfg_ndp() 105 struct wma_tgt_cfg *tgt_cfg) in wma_update_hdd_cfg_ndp() argument
|
H A D | wma_he.c | 803 struct wma_tgt_cfg *tgt_cfg) in wma_update_target_ext_he_cap() argument 805 tDot11fIEhe_cap *he_cap = &tgt_cfg->he_cap; in wma_update_target_ext_he_cap() 812 qdf_mem_zero(&tgt_cfg->he_cap_2g, sizeof(tgt_cfg->he_cap_2g)); in wma_update_target_ext_he_cap() 813 qdf_mem_zero(&tgt_cfg->he_cap_5g, sizeof(tgt_cfg->he_cap_5g)); in wma_update_target_ext_he_cap() 830 if (!tgt_cfg->services.en_11ax) { in wma_update_target_ext_he_cap() 848 &tgt_cfg->he_mcs_12_13_supp_2g); in wma_update_target_ext_he_cap() 852 wma_convert_he_ppet(tgt_cfg->ppet_2g, in wma_update_target_ext_he_cap() 861 wma_derive_ext_he_cap(&tgt_cfg->he_cap_2g, in wma_update_target_ext_he_cap() 875 &tgt_cfg->he_mcs_12_13_supp_5g); in wma_update_target_ext_he_cap() 879 wma_convert_he_ppet(tgt_cfg->ppet_5g, in wma_update_target_ext_he_cap() [all …]
|
H A D | wma_eht.h | 75 struct wma_tgt_cfg *tgt_cfg); 271 struct wma_tgt_cfg *tgt_cfg) in wma_update_target_ext_eht_cap() argument
|
H A D | wma_eht.c | 399 struct wma_tgt_cfg *tgt_cfg) in wma_update_target_ext_eht_cap() argument 401 tDot11fIEeht_cap *eht_cap = &tgt_cfg->eht_cap; in wma_update_target_ext_eht_cap() 402 tDot11fIEeht_cap *eht_cap_2g = &tgt_cfg->eht_cap_2g; in wma_update_target_ext_eht_cap() 403 tDot11fIEeht_cap *eht_cap_5g = &tgt_cfg->eht_cap_5g; in wma_update_target_ext_eht_cap() 429 if (!tgt_cfg->services.en_11be) { in wma_update_target_ext_eht_cap()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma_twt.h | 155 struct wma_tgt_cfg *tgt_cfg); 166 void wma_update_twt_tgt_cap(tp_wma_handle wh, struct wma_tgt_cfg *tgt_cfg); 242 struct wma_tgt_cfg *tgt_cfg) in wma_update_bcast_twt_support() argument 247 void wma_update_twt_tgt_cap(tp_wma_handle wh, struct wma_tgt_cfg *tgt_cfg) in wma_update_twt_tgt_cap() argument
|
H A D | wma_he.h | 111 struct wma_tgt_cfg *tgt_cfg); 301 struct wma_tgt_cfg *tgt_cfg) in wma_update_target_ext_he_cap() argument
|
/wlan-driver/qca-wifi-host-cmn/target_if/son/src/ |
H A D | target_if_son.c | 74 target_resource_config *tgt_cfg; in son_ol_peer_ext_stats_enable() local 85 tgt_cfg = target_psoc_get_wlan_res_cfg(tgt_hdl); in son_ol_peer_ext_stats_enable() 86 if (!tgt_cfg) in son_ol_peer_ext_stats_enable() 89 if (enable && stats_count >= tgt_cfg->max_peer_ext_stats) in son_ol_peer_ext_stats_enable()
|
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/ |
H A D | init_cmd_api.c | 432 target_resource_config *tgt_cfg; in init_deinit_derive_afc_dev_type_param() local 435 tgt_cfg = init_param->res_cfg; in init_deinit_derive_afc_dev_type_param() 444 tgt_cfg->afc_indoor_support = false; in init_deinit_derive_afc_dev_type_param() 445 tgt_cfg->afc_outdoor_support = false; in init_deinit_derive_afc_dev_type_param() 447 tgt_cfg->afc_indoor_support = true; in init_deinit_derive_afc_dev_type_param() 449 tgt_cfg->afc_outdoor_support = true; in init_deinit_derive_afc_dev_type_param()
|
H A D | init_event_handler.c | 958 target_resource_config *tgt_cfg; in init_deinit_ready_event_handler() local 1064 tgt_cfg = &info->wlan_res_cfg; in init_deinit_ready_event_handler() 1065 max_peers = tgt_cfg->num_peers + ready_ev.num_extra_peer + 1; in init_deinit_ready_event_handler() 1070 tgt_cfg->peer_map_unmap_version) != in init_deinit_ready_event_handler()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_nan_datapath.c | 62 struct wma_tgt_cfg *tgt_cfg) in hdd_nan_datapath_target_config() argument 66 tgt_cfg->nan_datapath_enabled; in hdd_nan_datapath_target_config() 70 tgt_cfg->nan_datapath_enabled); in hdd_nan_datapath_target_config()
|
/wlan-driver/platform/cnss2/ |
H A D | qmi.c | 1788 req->tgt_cfg[i].pipe_num = config->ce_tgt_cfg[i].pipe_num; in cnss_wlfw_wlan_cfg_send_sync() 1789 req->tgt_cfg[i].pipe_dir = config->ce_tgt_cfg[i].pipe_dir; in cnss_wlfw_wlan_cfg_send_sync() 1790 req->tgt_cfg[i].nentries = config->ce_tgt_cfg[i].nentries; in cnss_wlfw_wlan_cfg_send_sync() 1791 req->tgt_cfg[i].nbytes_max = config->ce_tgt_cfg[i].nbytes_max; in cnss_wlfw_wlan_cfg_send_sync() 1792 req->tgt_cfg[i].flags = config->ce_tgt_cfg[i].flags; in cnss_wlfw_wlan_cfg_send_sync()
|
/wlan-driver/platform/icnss2/ |
H A D | qmi.c | 3287 req.tgt_cfg[i].pipe_num = config->ce_tgt_cfg[i].pipe_num; in icnss_send_wlan_enable_to_fw() 3288 req.tgt_cfg[i].pipe_dir = config->ce_tgt_cfg[i].pipe_dir; in icnss_send_wlan_enable_to_fw() 3289 req.tgt_cfg[i].nentries = config->ce_tgt_cfg[i].nentries; in icnss_send_wlan_enable_to_fw() 3290 req.tgt_cfg[i].nbytes_max = config->ce_tgt_cfg[i].nbytes_max; in icnss_send_wlan_enable_to_fw() 3291 req.tgt_cfg[i].flags = config->ce_tgt_cfg[i].flags; in icnss_send_wlan_enable_to_fw()
|
/wlan-driver/platform/cnss_utils/ |
H A D | wlan_firmware_service_v01.h | 662 struct wlfw_ce_tgt_pipe_cfg_s_v01 tgt_cfg[QMI_WLFW_MAX_NUM_CE_V01]; member
|
H A D | wlan_firmware_service_v01.c | 1628 tgt_cfg),
|