Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dservice_ready_util.c347 num_hw_modes = info->service_ext_param.num_hw_modes; in init_deinit_populate_hw_mode_capability()
395 status = get_sar_version(wmi_handle, event, &info->service_ext_param); in init_deinit_populate_hw_mode_capability()
396 target_if_debug("sar version %d", info->service_ext_param.sar_version); in init_deinit_populate_hw_mode_capability()
411 num_dbr_ring_caps = info->service_ext_param.num_dbr_ring_caps; in init_deinit_populate_dbr_ring_cap()
457 if (info->service_ext_param.num_dbr_ring_caps) { in init_deinit_populate_dbr_ring_cap_ext2()
459 info->service_ext_param.num_dbr_ring_caps = 0; in init_deinit_populate_dbr_ring_cap_ext2()
506 num_bin_scaling_params = info->service_ext_param.num_bin_scaling_params; in init_deinit_populate_spectral_bin_scale_params()
853 ext_param = &info->service_ext_param; in init_deinit_populate_tgt_ext_param()
893 info->service_ext_param.num_phy = 1; in init_deinit_populate_phy_reg_cap()
900 num_phy_reg_cap = info->service_ext_param.num_phy; in init_deinit_populate_phy_reg_cap()
[all …]
H A Dinit_event_handler.c688 event, &(info->service_ext_param)); in init_deinit_service_ext_ready_event_handler()
726 &(info->service_ext_param)) == in init_deinit_service_ext_ready_event_handler()
730 &(info->service_ext_param.chainmask_table[0])); in init_deinit_service_ext_ready_event_handler()
736 if (info->service_ext_param.num_dbr_ring_caps) { in init_deinit_service_ext_ready_event_handler()
761 info->service_ext_param.max_bssid_indicator; in init_deinit_service_ext_ready_event_handler()
H A Dinit_cmd_api.c567 fw_build_vers_ext = info->service_ext_param.fw_build_vers_ext; in init_deinit_prepare_send_init_cmd()
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/
H A Dservice_ready_util.h41 struct wlan_psoc_host_service_ext_param *service_ext_param);
53 struct wlan_psoc_host_service_ext_param *service_ext_param);
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
H A Dtarget_if.h232 struct wlan_psoc_host_service_ext_param service_ext_param; member
1467 return &psoc_info->info.service_ext_param; in target_psoc_get_service_ext_param()
1502 if (psoc_info->info.service_ext_param.num_dbr_ring_caps) in target_psoc_get_num_dbr_ring_caps()
1503 return psoc_info->info.service_ext_param.num_dbr_ring_caps; in target_psoc_get_num_dbr_ring_caps()
2546 return tgt_hdl->info.service_ext_param.default_conc_scan_config_bits; in target_if_get_conc_scan_config_bits()
2563 return tgt_hdl->info.service_ext_param.default_fw_config_bits; in target_if_get_fw_config_bits()
2580 return tgt_hdl->info.service_ext_param.num_hw_modes; in target_psoc_get_num_hw_modes()
2624 info->service_ext_param.num_phy; in target_if_set_twt_ap_pdev_count()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c6377 struct wlan_psoc_host_service_ext_param *service_ext_param; in wma_update_hdd_cfg() local
6397 service_ext_param = in wma_update_hdd_cfg()
6437 if (service_ext_param) in wma_update_hdd_cfg()
6439 service_ext_param->fw_build_vers_ext; in wma_update_hdd_cfg()
6458 wma_update_sar_version(service_ext_param, &tgt_cfg); in wma_update_hdd_cfg()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_get_set_utils.c1539 if (!info->service_ext_param.num_hw_modes) { in policy_mgr_update_hw_mode_list()
1541 info->service_ext_param.num_hw_modes); in policy_mgr_update_hw_mode_list()
1560 pm_ctx->num_dbs_hw_modes = info->service_ext_param.num_hw_modes; in policy_mgr_update_hw_mode_list()