/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/ |
H A D | init_deinit_lmac.c | 36 struct target_psoc_info *tgt_hdl; in lmac_get_target_cap() local 43 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in lmac_get_target_cap() 44 if (!tgt_hdl) { in lmac_get_target_cap() 49 return target_psoc_get_target_caps(tgt_hdl); in lmac_get_target_cap() 54 struct target_psoc_info *tgt_hdl; in lmac_get_tgt_res_cfg() local 61 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in lmac_get_tgt_res_cfg() 62 if (!tgt_hdl) { in lmac_get_tgt_res_cfg() 67 return target_psoc_get_wlan_res_cfg(tgt_hdl); in lmac_get_tgt_res_cfg() 82 struct target_psoc_info *tgt_hdl; in lmac_get_tgt_type() local 89 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in lmac_get_tgt_type() [all …]
|
H A D | init_event_handler.c | 49 struct target_psoc_info *tgt_hdl) in init_deinit_set_send_init_cmd() argument 51 tgt_hdl->info.wmi_service_ready = TRUE; in init_deinit_set_send_init_cmd() 53 init_deinit_prepare_send_init_cmd(psoc, tgt_hdl); in init_deinit_set_send_init_cmd() 241 struct target_psoc_info *tgt_hdl; in init_deinit_service_ready_event_handler() local 257 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in init_deinit_service_ready_event_handler() 258 if (!tgt_hdl) { in init_deinit_service_ready_event_handler() 263 ret_val = target_if_sw_version_check(psoc, tgt_hdl, event); in init_deinit_service_ready_event_handler() 265 wmi_handle = target_psoc_get_wmi_hdl(tgt_hdl); in init_deinit_service_ready_event_handler() 268 tgt_hdl->info.service_bitmap); in init_deinit_service_ready_event_handler() 277 &(tgt_hdl->info.target_caps)); in init_deinit_service_ready_event_handler() [all …]
|
H A D | init_cmd_api.c | 56 struct target_psoc_info *tgt_hdl, in init_deinit_alloc_host_mem_chunk() argument 65 info = (&tgt_hdl->info); in init_deinit_alloc_host_mem_chunk() 133 struct target_psoc_info *tgt_hdl, u_int32_t req_id, in init_deinit_alloc_host_mem() argument 142 info = (&tgt_hdl->info); in init_deinit_alloc_host_mem() 161 if ((tgt_hdl->tif_ops) && in init_deinit_alloc_host_mem() 162 (tgt_hdl->tif_ops->mem_mgr_alloc_chunk)) in init_deinit_alloc_host_mem() 163 allocated_units = tgt_hdl->tif_ops->mem_mgr_alloc_chunk( in init_deinit_alloc_host_mem() 164 psoc, tgt_hdl, req_id, idx, in init_deinit_alloc_host_mem() 169 psoc, tgt_hdl, req_id, idx, in init_deinit_alloc_host_mem() 189 struct target_psoc_info *tgt_hdl) in init_deinit_free_num_units() argument [all …]
|
H A D | service_ready_util.c | 287 select_preferred_hw_mode(struct target_psoc_info *tgt_hdl, in select_preferred_hw_mode() argument 294 info = &tgt_hdl->info; in select_preferred_hw_mode() 295 preferred_mode = target_psoc_get_preferred_hw_mode(tgt_hdl); in select_preferred_hw_mode() 316 static void init_deinit_change_def_hw_mode(struct target_psoc_info *tgt_hdl, in init_deinit_change_def_hw_mode() argument 319 struct tgt_info *info = &tgt_hdl->info; in init_deinit_change_def_hw_mode() 325 target_psoc_set_preferred_hw_mode(tgt_hdl, in init_deinit_change_def_hw_mode() 329 static void init_deinit_change_def_hw_mode(struct target_psoc_info *tgt_hdl, in init_deinit_change_def_hw_mode() argument 337 struct target_psoc_info *tgt_hdl) in init_deinit_populate_hw_mode_capability() argument 346 info = &tgt_hdl->info; in init_deinit_populate_hw_mode_capability() 378 init_deinit_change_def_hw_mode(tgt_hdl, wmi_handle); in init_deinit_populate_hw_mode_capability() [all …]
|
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/ |
H A D | target_if.h | 324 struct target_psoc_info *tgt_hdl); 336 struct target_psoc_info *tgt_hdl, 2029 struct target_psoc_info *tgt_hdl, uint8_t *evt_buf) in target_if_ext_res_cfg_enable() argument 2031 if ((tgt_hdl->tif_ops) && in target_if_ext_res_cfg_enable() 2032 (tgt_hdl->tif_ops->ext_resource_config_enable)) in target_if_ext_res_cfg_enable() 2033 tgt_hdl->tif_ops->ext_resource_config_enable(psoc, in target_if_ext_res_cfg_enable() 2034 tgt_hdl, evt_buf); in target_if_ext_res_cfg_enable() 2048 struct target_psoc_info *tgt_hdl, uint8_t *evt_buf) in target_if_peer_cfg_enable() argument 2050 if ((tgt_hdl->tif_ops) && in target_if_peer_cfg_enable() 2051 (tgt_hdl->tif_ops->peer_config)) in target_if_peer_cfg_enable() [all …]
|
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/inc/ |
H A D | target_if_reg.h | 114 void tgt_if_set_reg_afc_configure(struct target_psoc_info *tgt_hdl, 118 void tgt_if_set_reg_afc_configure(struct target_psoc_info *tgt_hdl, in tgt_if_set_reg_afc_configure() argument 168 struct target_psoc_info *tgt_hdl); 193 struct target_psoc_info *tgt_hdl) in target_if_reg_set_afc_dev_type() argument
|
/wlan-driver/qca-wifi-host-cmn/target_if/son/src/ |
H A D | target_if_son.c | 73 struct target_psoc_info *tgt_hdl; in son_ol_peer_ext_stats_enable() local 81 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in son_ol_peer_ext_stats_enable() 82 if (!tgt_hdl) in son_ol_peer_ext_stats_enable() 85 tgt_cfg = target_psoc_get_wlan_res_cfg(tgt_hdl); in son_ol_peer_ext_stats_enable()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_main.c | 1165 struct target_psoc_info *tgt_hdl) in wma_is_tx_chainmask_valid() argument 1170 mac_phy_cap = target_psoc_get_mac_phy_cap(tgt_hdl); in wma_is_tx_chainmask_valid() 1176 total_mac_phy_cnt = target_psoc_get_total_mac_phy_cnt(tgt_hdl); in wma_is_tx_chainmask_valid() 1271 struct target_psoc_info *tgt_hdl; in wma_process_cli_set_cmd() local 1279 tgt_hdl = wlan_psoc_get_tgt_if_handle(wma->psoc); in wma_process_cli_set_cmd() 1280 if (!tgt_hdl) { in wma_process_cli_set_cmd() 1320 target_if_get_num_rf_chains(tgt_hdl), in wma_process_cli_set_cmd() 1329 tgt_hdl)) { in wma_process_cli_set_cmd() 5108 struct target_psoc_info *tgt_hdl) in wma_update_fw_config() argument 5110 target_resource_config *cfg = &tgt_hdl->info.wlan_res_cfg; in wma_update_fw_config() [all …]
|
H A D | wma_eht.c | 309 wma_update_eht_cap_support_for_320mhz(struct target_psoc_info *tgt_hdl, in wma_update_eht_cap_support_for_320mhz() argument 315 tgt_hdl, WMI_HOST_HW_MODE_SINGLE); in wma_update_eht_cap_support_for_320mhz() 398 void wma_update_target_ext_eht_cap(struct target_psoc_info *tgt_hdl, in wma_update_target_ext_eht_cap() argument 413 num_hw_modes = target_psoc_get_num_hw_modes(tgt_hdl); in wma_update_target_ext_eht_cap() 414 mac_phy_cap = target_psoc_get_mac_phy_cap_ext2(tgt_hdl); in wma_update_target_ext_eht_cap() 415 host_cap = target_psoc_get_mac_phy_cap(tgt_hdl); in wma_update_target_ext_eht_cap() 416 total_mac_phy_cnt = target_psoc_get_total_mac_phy_cnt(tgt_hdl); in wma_update_target_ext_eht_cap() 481 wma_update_eht_cap_support_for_320mhz(tgt_hdl, eht_cap); in wma_update_target_ext_eht_cap() 482 wma_update_eht_cap_support_for_320mhz(tgt_hdl, eht_cap_5g); in wma_update_target_ext_eht_cap()
|
H A D | wma_eht.h | 74 void wma_update_target_ext_eht_cap(struct target_psoc_info *tgt_hdl, 270 void wma_update_target_ext_eht_cap(struct target_psoc_info *tgt_hdl, in wma_update_target_ext_eht_cap() argument
|
H A D | wma_he.c | 802 void wma_update_target_ext_he_cap(struct target_psoc_info *tgt_hdl, in wma_update_target_ext_he_cap() argument 814 num_hw_modes = target_psoc_get_num_hw_modes(tgt_hdl); in wma_update_target_ext_he_cap() 815 mac_phy_cap = target_psoc_get_mac_phy_cap(tgt_hdl); in wma_update_target_ext_he_cap() 816 total_mac_phy_cnt = target_psoc_get_total_mac_phy_cnt(tgt_hdl); in wma_update_target_ext_he_cap()
|
H A D | wma_dev_if.c | 6870 struct target_psoc_info *tgt_hdl) in wma_tx_is_chainmask_valid() argument 6875 mac_phy_cap = target_psoc_get_mac_phy_cap(tgt_hdl); in wma_tx_is_chainmask_valid() 6880 total_mac_phy_cnt = target_psoc_get_total_mac_phy_cnt(tgt_hdl); in wma_tx_is_chainmask_valid() 6893 struct target_psoc_info *tgt_hdl; in wma_validate_txrx_chain_mask() local 6898 tgt_hdl = wlan_psoc_get_tgt_if_handle(wma_handle->psoc); in wma_validate_txrx_chain_mask() 6899 if (!tgt_hdl) in wma_validate_txrx_chain_mask() 6905 tgt_hdl), value) || !wma_tx_is_chainmask_valid(value, in wma_validate_txrx_chain_mask() 6906 tgt_hdl)) { in wma_validate_txrx_chain_mask() 6913 tgt_hdl), value)) { in wma_validate_txrx_chain_mask()
|
H A D | wma_mgmt.c | 3018 struct target_psoc_info *tgt_hdl; in wma_process_update_rx_nss() local 3024 tgt_hdl = wlan_psoc_get_tgt_if_handle(wma_handle->psoc); in wma_process_update_rx_nss() 3025 if (!tgt_hdl) { in wma_process_update_rx_nss() 3030 num_rf_chains = target_if_get_num_rf_chains(tgt_hdl); in wma_process_update_rx_nss()
|
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/ |
H A D | target_if_cfr_adrastea.c | 45 struct target_psoc_info *tgt_hdl; in cfr_adrastea_init_pdev() local 100 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in cfr_adrastea_init_pdev() 102 info = &(tgt_hdl->info); in cfr_adrastea_init_pdev()
|
H A D | target_if_cfr_enh.c | 922 struct target_psoc_info *tgt_hdl) in target_if_cfr_get_11be_support_flag() argument 926 mac_phy_cap_arr = target_psoc_get_mac_phy_cap(tgt_hdl); in target_if_cfr_get_11be_support_flag() 940 struct target_psoc_info *tgt_hdl) in target_if_cfr_get_11be_support_flag() argument 1211 struct target_psoc_info *tgt_hdl; in target_if_cfr_rx_tlv_process() local 1251 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in target_if_cfr_rx_tlv_process() 1252 if (qdf_unlikely(!tgt_hdl)) { in target_if_cfr_rx_tlv_process() 1259 supports_11be = target_if_cfr_get_11be_support_flag(pdev_id, tgt_hdl); in target_if_cfr_rx_tlv_process()
|
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/ |
H A D | target_if_reg.c | 1021 void tgt_if_set_reg_afc_configure(struct target_psoc_info *tgt_hdl, in tgt_if_set_reg_afc_configure() argument 1027 if (!wmi_handle || !tgt_hdl) in tgt_if_set_reg_afc_configure() 1035 info = (&tgt_hdl->info); in tgt_if_set_reg_afc_configure() 1139 struct target_psoc_info *tgt_hdl) in target_if_reg_set_afc_dev_type() argument 1144 if (!tgt_hdl) { in target_if_reg_set_afc_dev_type() 1155 info = (&tgt_hdl->info); in target_if_reg_set_afc_dev_type() 1238 struct target_psoc_info *tgt_hdl; in tgt_if_reg_is_chip_11be_cap() local 1254 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in tgt_if_reg_is_chip_11be_cap() 1255 if (tgt_hdl) { in tgt_if_reg_is_chip_11be_cap() 1256 mac_phy_cap_arr = target_psoc_get_mac_phy_cap(tgt_hdl); in tgt_if_reg_is_chip_11be_cap()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma_he.h | 110 void wma_update_target_ext_he_cap(struct target_psoc_info *tgt_hdl, 300 target_psoc_info *tgt_hdl, in wma_update_target_ext_he_cap() argument
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
H A D | wlan_mlo_mgr_cmn.c | 449 struct target_psoc_info *tgt_hdl; in wlan_mlo_get_psoc_capable() local 456 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in wlan_mlo_get_psoc_capable() 457 if (!tgt_hdl) { in wlan_mlo_get_psoc_capable() 462 if ((tgt_hdl->tif_ops) && in wlan_mlo_get_psoc_capable() 463 (tgt_hdl->tif_ops->mlo_capable)) in wlan_mlo_get_psoc_capable() 464 return tgt_hdl->tif_ops->mlo_capable(psoc); in wlan_mlo_get_psoc_capable()
|
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/ |
H A D | target_if_wifi_pos.c | 139 struct target_psoc_info *tgt_hdl; in target_if_wifi_pos_get_vht_ch_width() local 147 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in target_if_wifi_pos_get_vht_ch_width() 148 if (!tgt_hdl) in target_if_wifi_pos_get_vht_ch_width() 153 vht_cap_info = target_if_get_vht_cap_info(tgt_hdl); in target_if_wifi_pos_get_vht_ch_width()
|
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/ |
H A D | init_cmd_api.h | 64 struct target_psoc_info *tgt_hdl);
|
H A D | service_ready_util.h | 166 uint8_t *event, struct target_psoc_info *tgt_hdl);
|
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/ |
H A D | target_if_vdev_mgr_rx_ops.c | 917 struct target_psoc_info *tgt_hdl; in target_if_pdev_csa_status_event_handler() local 945 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in target_if_pdev_csa_status_event_handler() 946 if (!tgt_hdl) { in target_if_pdev_csa_status_event_handler() 971 return target_if_csa_switch_count_status(psoc, tgt_hdl, csa_status); in target_if_pdev_csa_status_event_handler()
|
/wlan-driver/qca-wifi-host-cmn/target_if/core/src/ |
H A D | target_if_main.c | 1135 void target_if_set_reg_cc_ext_supp(struct target_psoc_info *tgt_hdl, in target_if_set_reg_cc_ext_supp() argument 1140 if (!tgt_hdl) in target_if_set_reg_cc_ext_supp() 1143 info = (&tgt_hdl->info); in target_if_set_reg_cc_ext_supp()
|
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/ |
H A D | target_if_spectral.c | 3354 struct target_psoc_info *tgt_hdl; in target_if_spectral_is_hw_mode_sbs() local 3368 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in target_if_spectral_is_hw_mode_sbs() 3369 if (!tgt_hdl) { in target_if_spectral_is_hw_mode_sbs() 3374 mode = target_psoc_get_preferred_hw_mode(tgt_hdl); in target_if_spectral_is_hw_mode_sbs() 6072 struct target_psoc_info *tgt_hdl; in target_if_start_spectral_scan() local 6076 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in target_if_start_spectral_scan() 6077 if (!tgt_hdl) { in target_if_start_spectral_scan() 6082 mode = target_psoc_get_preferred_hw_mode(tgt_hdl); in target_if_start_spectral_scan()
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
H A D | wlan_mlme_api.c | 1351 struct target_psoc_info *tgt_hdl; in mlme_update_tgt_mlo_caps_in_cfg() local 1355 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in mlme_update_tgt_mlo_caps_in_cfg() 1356 if (!tgt_hdl) { in mlme_update_tgt_mlo_caps_in_cfg() 1361 value = target_if_res_cfg_get_num_max_mlo_link(tgt_hdl); in mlme_update_tgt_mlo_caps_in_cfg() 1600 struct target_psoc_info *tgt_hdl; in wlan_mlme_set_sta_mlo_conn_max_num() local 1606 tgt_hdl = wlan_psoc_get_tgt_if_handle(psoc); in wlan_mlme_set_sta_mlo_conn_max_num() 1607 if (!tgt_hdl) { in wlan_mlme_set_sta_mlo_conn_max_num() 1614 target_if_res_cfg_get_num_max_mlo_link(tgt_hdl); in wlan_mlme_set_sta_mlo_conn_max_num()
|