Home
last modified time | relevance | path

Searched refs:num_hw_modes (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dservice_ready_util.c341 uint32_t num_hw_modes; in init_deinit_populate_hw_mode_capability() local
347 num_hw_modes = info->service_ext_param.num_hw_modes; in init_deinit_populate_hw_mode_capability()
348 if (num_hw_modes > PSOC_MAX_HW_MODE) { in init_deinit_populate_hw_mode_capability()
349 target_if_err("invalid num_hw_modes %d", num_hw_modes); in init_deinit_populate_hw_mode_capability()
352 target_if_debug("num_hw_modes %d", num_hw_modes); in init_deinit_populate_hw_mode_capability()
358 for (hw_idx = 0; hw_idx < num_hw_modes; hw_idx++) { in init_deinit_populate_hw_mode_capability()
377 if (num_hw_modes == 1) in init_deinit_populate_hw_mode_capability()
781 uint32_t num_hw_modes; in init_deinit_update_phy_reg_cap() local
793 num_hw_modes = info->hw_modes.num_modes; in init_deinit_update_phy_reg_cap()
795 if ((mode != WMI_HOST_HW_MODE_DBS) || (num_hw_modes < NUM_RF_MODES)) in init_deinit_update_phy_reg_cap()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c5747 int num_hw_modes; in wma_update_target_ext_ht_cap() local
5750 num_hw_modes = target_psoc_get_num_hw_modes(tgt_hdl); in wma_update_target_ext_ht_cap()
5762 if (!num_hw_modes) { in wma_update_target_ext_ht_cap()
5917 int i, num_hw_modes, total_mac_phy_cnt; in wma_update_target_ext_vht_cap() local
5924 num_hw_modes = target_psoc_get_num_hw_modes(tgt_hdl); in wma_update_target_ext_vht_cap()
5936 if (!num_hw_modes) { in wma_update_target_ext_vht_cap()
7030 uint8_t our_hw_mode = hw_mode, num_hw_modes, hw_mode_config_type; in wma_get_caps_for_phyidx_hwmode() local
7050 num_hw_modes = target_psoc_get_num_hw_modes(tgt_hdl); in wma_get_caps_for_phyidx_hwmode()
7064 if (!num_hw_modes) { in wma_get_caps_for_phyidx_hwmode()
7160 uint8_t num_hw_modes; in wma_is_rx_ldpc_supported_for_channel() local
[all …]
H A Dwma_eht.c404 int i, num_hw_modes, total_mac_phy_cnt; in wma_update_target_ext_eht_cap() local
413 num_hw_modes = target_psoc_get_num_hw_modes(tgt_hdl); in wma_update_target_ext_eht_cap()
423 if (!num_hw_modes) { in wma_update_target_ext_eht_cap()
H A Dwma_he.c806 int i, num_hw_modes, total_mac_phy_cnt; in wma_update_target_ext_he_cap() local
814 num_hw_modes = target_psoc_get_num_hw_modes(tgt_hdl); in wma_update_target_ext_he_cap()
824 if (!num_hw_modes) { in wma_update_target_ext_he_cap()
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/
H A Dservice_ready_param.h502 uint32_t num_hw_modes; member
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
H A Dtarget_if.h2580 return tgt_hdl->info.service_ext_param.num_hw_modes; in target_psoc_get_num_hw_modes()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c14760 param->num_hw_modes = hw_caps->num_hw_modes; in extract_service_ready_ext_tlv()
14762 param->num_hw_modes = 0; in extract_service_ready_ext_tlv()
15126 if (!hw_caps->num_hw_modes || in extract_hw_mode_cap_service_ready_ext_tlv()
15128 hw_caps->num_hw_modes > PSOC_MAX_HW_MODE || in extract_hw_mode_cap_service_ready_ext_tlv()
15129 hw_caps->num_hw_modes > param_buf->num_hw_mode_caps) in extract_hw_mode_cap_service_ready_ext_tlv()
15132 if (hw_mode_idx >= hw_caps->num_hw_modes) in extract_hw_mode_cap_service_ready_ext_tlv()
15211 if (hw_caps->num_hw_modes > PSOC_MAX_HW_MODE || in extract_mac_phy_cap_service_ready_ext_tlv()
15212 hw_caps->num_hw_modes > param_buf->num_hw_mode_caps) { in extract_mac_phy_cap_service_ready_ext_tlv()
15214 hw_caps->num_hw_modes, param_buf->num_hw_mode_caps); in extract_mac_phy_cap_service_ready_ext_tlv()
15218 for (hw_idx = 0; hw_idx < hw_caps->num_hw_modes; hw_idx++) { in extract_mac_phy_cap_service_ready_ext_tlv()
[all …]
/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()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h36706 A_UINT32 num_hw_modes; member