/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
D | wlan_policy_mgr_i.h | 100 #define POLICY_MGR_HW_MODE_EMLSR_MODE_SET(hw_mode, tmp, value) \ argument 101 QDF_SET_BITS64(hw_mode, tmp, POLICY_MGR_HW_MODE_EMLSR_MODE_BITPOS,\ 103 #define POLICY_MGR_HW_MODE_MAC0_TX_STREAMS_SET(hw_mode, value) \ argument 104 WMI_SET_BITS(hw_mode, POLICY_MGR_HW_MODE_MAC0_TX_STREAMS_BITPOS,\ 106 #define POLICY_MGR_HW_MODE_MAC0_RX_STREAMS_SET(hw_mode, value) \ argument 107 WMI_SET_BITS(hw_mode, POLICY_MGR_HW_MODE_MAC0_RX_STREAMS_BITPOS,\ 109 #define POLICY_MGR_HW_MODE_MAC1_TX_STREAMS_SET(hw_mode, value) \ argument 110 WMI_SET_BITS(hw_mode, POLICY_MGR_HW_MODE_MAC1_TX_STREAMS_BITPOS,\ 112 #define POLICY_MGR_HW_MODE_MAC1_RX_STREAMS_SET(hw_mode, value) \ argument 113 WMI_SET_BITS(hw_mode, POLICY_MGR_HW_MODE_MAC1_RX_STREAMS_BITPOS,\ [all …]
|
D | wlan_policy_mgr_core.c | 301 pm_ctx->hw_mode.hw_mode_list[i]); in policy_mgr_get_matching_hw_mode_index() 306 pm_ctx->hw_mode.hw_mode_list[i]); in policy_mgr_get_matching_hw_mode_index() 311 pm_ctx->hw_mode.hw_mode_list[i]); in policy_mgr_get_matching_hw_mode_index() 321 pm_ctx->hw_mode.hw_mode_list[i]); in policy_mgr_get_matching_hw_mode_index() 326 pm_ctx->hw_mode.hw_mode_list[i]); in policy_mgr_get_matching_hw_mode_index() 331 pm_ctx->hw_mode.hw_mode_list[i]); in policy_mgr_get_matching_hw_mode_index() 336 pm_ctx->hw_mode.hw_mode_list[i]); in policy_mgr_get_matching_hw_mode_index() 341 pm_ctx->hw_mode.hw_mode_list[i]); in policy_mgr_get_matching_hw_mode_index() 346 pm_ctx->hw_mode.hw_mode_list[i]); in policy_mgr_get_matching_hw_mode_index() 351 pm_ctx->hw_mode.hw_mode_list[i]); in policy_mgr_get_matching_hw_mode_index() [all …]
|
D | wlan_policy_mgr_action.c | 95 struct policy_mgr_hw_mode_params hw_mode; in policy_mgr_hw_mode_transition_cb() local 110 &hw_mode); in policy_mgr_hw_mode_transition_cb() 118 old_hw_mode_index, new_hw_mode_index, hw_mode.dbs_cap, in policy_mgr_hw_mode_transition_cb() 119 hw_mode.agile_dfs_cap, hw_mode.sbs_cap, in policy_mgr_hw_mode_transition_cb() 120 hw_mode.mac0_tx_ss, hw_mode.mac0_rx_ss, in policy_mgr_hw_mode_transition_cb() 121 hw_mode.mac0_bw, hw_mode.mac0_band_cap, in policy_mgr_hw_mode_transition_cb() 122 hw_mode.mac1_tx_ss, hw_mode.mac1_rx_ss, in policy_mgr_hw_mode_transition_cb() 123 hw_mode.mac1_bw); in policy_mgr_hw_mode_transition_cb() 130 vdev_mac_map, hw_mode, in policy_mgr_hw_mode_transition_cb() 344 struct policy_mgr_hw_mode_params hw_mode; in policy_mgr_need_opportunistic_upgrade() local [all …]
|
D | wlan_policy_mgr_get_set_utils.c | 803 pm_ctx->hw_mode.hw_mode_list[pos], in policy_mgr_set_hw_mode_params() 806 pm_ctx->hw_mode.hw_mode_list[pos], in policy_mgr_set_hw_mode_params() 809 pm_ctx->hw_mode.hw_mode_list[pos], in policy_mgr_set_hw_mode_params() 812 pm_ctx->hw_mode.hw_mode_list[pos], in policy_mgr_set_hw_mode_params() 815 pm_ctx->hw_mode.hw_mode_list[pos], in policy_mgr_set_hw_mode_params() 818 pm_ctx->hw_mode.hw_mode_list[pos], in policy_mgr_set_hw_mode_params() 821 pm_ctx->hw_mode.hw_mode_list[pos], in policy_mgr_set_hw_mode_params() 824 pm_ctx->hw_mode.hw_mode_list[pos], in policy_mgr_set_hw_mode_params() 827 pm_ctx->hw_mode.hw_mode_list[pos], in policy_mgr_set_hw_mode_params() 830 pm_ctx->hw_mode.hw_mode_list[pos], in policy_mgr_set_hw_mode_params() [all …]
|
D | wlan_policy_mgr_init_deinit.c | 434 if (pm_ctx->hw_mode.hw_mode_list) { in policy_mgr_psoc_close() 435 qdf_mem_free(pm_ctx->hw_mode.hw_mode_list); in policy_mgr_psoc_close() 436 pm_ctx->hw_mode.hw_mode_list = NULL; in policy_mgr_psoc_close()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
D | wma.h | 347 #define WMA_HW_MODE_MAC0_TX_STREAMS_SET(hw_mode, value) \ argument 348 WMI_SET_BITS(hw_mode, WMA_HW_MODE_MAC0_TX_STREAMS_BITPOS, 4, value) 349 #define WMA_HW_MODE_MAC0_RX_STREAMS_SET(hw_mode, value) \ argument 350 WMI_SET_BITS(hw_mode, WMA_HW_MODE_MAC0_RX_STREAMS_BITPOS, 4, value) 351 #define WMA_HW_MODE_MAC1_TX_STREAMS_SET(hw_mode, value) \ argument 352 WMI_SET_BITS(hw_mode, WMA_HW_MODE_MAC1_TX_STREAMS_BITPOS, 4, value) 353 #define WMA_HW_MODE_MAC1_RX_STREAMS_SET(hw_mode, value) \ argument 354 WMI_SET_BITS(hw_mode, WMA_HW_MODE_MAC1_RX_STREAMS_BITPOS, 4, value) 355 #define WMA_HW_MODE_MAC0_BANDWIDTH_SET(hw_mode, value) \ argument 356 WMI_SET_BITS(hw_mode, WMA_HW_MODE_MAC0_BANDWIDTH_BITPOS, 4, value) [all …]
|
D | wma_api.h | 233 enum hw_mode_dbs_capab hw_mode, enum cds_band_type band);
|
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/src/ |
D | i_host_diag_core_event.h | 276 void host_log_acs_req_event(uint8_t *intf, const uint8_t *hw_mode, 346 static inline void host_log_acs_req_event(uint8_t *intf, const uint8_t *hw_mode, in host_log_acs_req_event() argument
|
D | host_diag_log.c | 322 void host_log_acs_req_event(uint8_t *intf, const uint8_t *hw_mode, uint16_t bw, in host_log_acs_req_event() argument 329 qdf_str_lcopy(acs_req.hw_mode, hw_mode, HOST_EVENT_HW_MODE_STR_LEN); in host_log_acs_req_event()
|
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/inc/ |
D | wlan_dfs_utils_api.h | 458 uint32_t *hw_mode, uint16_t *target_chan, 480 uint16_t flags, struct ch_params *ch_params, uint32_t *hw_mode, 499 uint32_t *hw_mode,
|
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/src/ |
D | wlan_dfs_utils_api.c | 882 uint16_t flags, struct ch_params *chan_params, uint32_t *hw_mode, in utils_dfs_get_vdev_random_channel_for_freq() argument 932 utils_dfs_get_max_phy_mode(pdev, hw_mode); in utils_dfs_get_vdev_random_channel_for_freq() 955 uint32_t *hw_mode, in utils_dfs_get_random_channel_for_freq() argument 960 ch_params, hw_mode, in utils_dfs_get_random_channel_for_freq() 972 uint32_t *hw_mode, in utils_dfs_bw_reduced_channel_for_freq() argument 1020 utils_dfs_get_max_phy_mode(pdev, hw_mode); in utils_dfs_bw_reduced_channel_for_freq()
|
/wlan-driver/qcacld-3.0/core/sap/inc/ |
D | sap_api.h | 463 uint8_t hw_mode; member 474 eCsrPhyMode hw_mode; member
|
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/ |
D | host_diag_core_event.h | 1021 uint8_t hw_mode[HOST_EVENT_HW_MODE_STR_LEN]; member
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/ |
D | wlan_policy_mgr_public_struct.h | 1811 enum policy_mgr_mode hw_mode; member
|
D | wlan_policy_mgr_api.h | 3737 struct policy_mgr_hw_mode_params *hw_mode); 4588 struct policy_mgr_hw_mode_params *hw_mode);
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_vdev_connect.c | 934 uint32_t nss, hw_mode; in cm_get_sta_cxn_info() local 1034 hw_mode = policy_mgr_is_current_hwmode_dbs(psoc); in cm_get_sta_cxn_info() 1037 ((hw_mode != 0) ? "yes" : "no")); in cm_get_sta_cxn_info()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_cfg80211.c | 2485 struct sap_config *sap_cfg, enum qca_wlan_vendor_acs_hw_mode hw_mode, in wlan_hdd_set_acs_ch_range() argument 2490 if (hw_mode == QCA_ACS_MODE_IEEE80211B) { in wlan_hdd_set_acs_ch_range() 2491 sap_cfg->acs_cfg.hw_mode = eCSR_DOT11_MODE_11b; in wlan_hdd_set_acs_ch_range() 2496 } else if (hw_mode == QCA_ACS_MODE_IEEE80211G) { in wlan_hdd_set_acs_ch_range() 2497 sap_cfg->acs_cfg.hw_mode = eCSR_DOT11_MODE_11g; in wlan_hdd_set_acs_ch_range() 2502 } else if (hw_mode == QCA_ACS_MODE_IEEE80211A) { in wlan_hdd_set_acs_ch_range() 2503 sap_cfg->acs_cfg.hw_mode = eCSR_DOT11_MODE_11a; in wlan_hdd_set_acs_ch_range() 2508 } else if (hw_mode == QCA_ACS_MODE_IEEE80211ANY) { in wlan_hdd_set_acs_ch_range() 2509 sap_cfg->acs_cfg.hw_mode = eCSR_DOT11_MODE_abg; in wlan_hdd_set_acs_ch_range() 2517 sap_cfg->acs_cfg.hw_mode = eCSR_DOT11_MODE_11n; in wlan_hdd_set_acs_ch_range() [all …]
|
D | wlan_hdd_son.c | 1933 acs_cfg->hw_mode = eCSR_DOT11_MODE_abg; in hdd_son_init_acs_channels() 1981 hdd_ctx->reg.alpha2, sap_config->acs_cfg.hw_mode, in hdd_son_start_acs()
|
D | wlan_hdd_hostapd.c | 5511 con_sap_config->acs_cfg.hw_mode == in wlan_hdd_config_acs() 5512 sap_config->acs_cfg.hw_mode) { in wlan_hdd_config_acs()
|
/wlan-driver/fw-api/fw/ |
D | wmi_unified.h | 2970 #define WMI_DBS_HW_MODE_MAC0_TX_STREAMS_SET(hw_mode, value) \ argument 2971 WMI_SET_BITS(hw_mode, WMI_DBS_HW_MODE_MAC0_TX_STREAMS_BITPOS, 4, value) 2972 #define WMI_DBS_HW_MODE_MAC0_RX_STREAMS_SET(hw_mode, value) \ argument 2973 WMI_SET_BITS(hw_mode, WMI_DBS_HW_MODE_MAC0_RX_STREAMS_BITPOS, 4, value) 2974 #define WMI_DBS_HW_MODE_MAC1_TX_STREAMS_SET(hw_mode, value) \ argument 2975 WMI_SET_BITS(hw_mode, WMI_DBS_HW_MODE_MAC1_TX_STREAMS_BITPOS, 4, value) 2976 #define WMI_DBS_HW_MODE_MAC1_RX_STREAMS_SET(hw_mode, value) \ argument 2977 WMI_SET_BITS(hw_mode, WMI_DBS_HW_MODE_MAC1_RX_STREAMS_BITPOS, 4, value) 2978 #define WMI_DBS_HW_MODE_MAC0_BANDWIDTH_SET(hw_mode, value) \ argument 2979 WMI_SET_BITS(hw_mode, WMI_DBS_HW_MODE_MAC0_BANDWIDTH_BITPOS, 4, value) [all …]
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_utils.c | 3841 struct policy_mgr_hw_mode_params hw_mode; in wma_update_intf_hw_mode_params() local 3854 &hw_mode); in wma_update_intf_hw_mode_params() 3863 hw_mode.mac0_tx_ss; in wma_update_intf_hw_mode_params() 3866 hw_mode.mac1_tx_ss; in wma_update_intf_hw_mode_params()
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
D | csr_api_roam.c | 7389 enum policy_mgr_hw_mode_change hw_mode; in csr_process_set_hw_mode() local 7422 hw_mode = policy_mgr_get_hw_mode_change_from_hw_mode_index( in csr_process_set_hw_mode() 7425 if (POLICY_MGR_HW_MODE_NOT_IN_PROGRESS == hw_mode) { in csr_process_set_hw_mode() 7426 sme_err("hw_mode %d, failing", hw_mode); in csr_process_set_hw_mode() 7430 policy_mgr_set_hw_mode_change_in_progress(mac->psoc, hw_mode); in csr_process_set_hw_mode()
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
D | sap_fsm.c | 265 uint32_t hw_mode, flag = 0; in sap_random_channel_sel() local 334 &hw_mode, &chan_freq, &acs_info))) { in sap_random_channel_sel() 4400 sap_ctx->acs_cfg->hw_mode); in sap_get_freq_list()
|
D | sap_module.c | 2853 sap_context->phyMode = config->acs_cfg.hw_mode; in wlansap_acs_chselect()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_tlv.c | 10340 wmi_pdev_set_hw_mode_cmd_fixed_param *hw_mode; in copy_hw_mode_in_init_cmd() local 10343 hw_mode = (wmi_pdev_set_hw_mode_cmd_fixed_param *) in copy_hw_mode_in_init_cmd() 10349 WMITLV_SET_HDR(&hw_mode->tlv_header, in copy_hw_mode_in_init_cmd() 10354 hw_mode->hw_mode_index = param->hw_mode_id; in copy_hw_mode_in_init_cmd() 10355 hw_mode->num_band_to_mac = param->num_band_to_mac; in copy_hw_mode_in_init_cmd() 10357 buf_ptr = (uint8_t *) (hw_mode + 1); in copy_hw_mode_in_init_cmd()
|