Home
last modified time | relevance | path

Searched refs:phy_id (Results 1 – 25 of 27) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_build_chan_list.c3656 uint8_t phy_id; in reg_propagate_mas_chan_list_to_pdev() local
3680 reg_tx_ops->get_phy_id_from_pdev_id(psoc, pdev_id, &phy_id); in reg_propagate_mas_chan_list_to_pdev()
3682 phy_id = pdev_id; in reg_propagate_mas_chan_list_to_pdev()
3687 &psoc_priv_obj->mas_chan_params[phy_id]); in reg_propagate_mas_chan_list_to_pdev()
3688 psoc_reg_rules = &psoc_priv_obj->mas_chan_params[phy_id].reg_rules; in reg_propagate_mas_chan_list_to_pdev()
3693 psoc_priv_obj->chan_list_recvd[phy_id]; in reg_propagate_mas_chan_list_to_pdev()
3942 uint8_t phy_id) in reg_soc_vars_reset_on_failure() argument
3951 soc_reg->new_user_ctry_pending[phy_id] = false; in reg_soc_vars_reset_on_failure()
3952 soc_reg->new_11d_ctry_pending[phy_id] = false; in reg_soc_vars_reset_on_failure()
3953 soc_reg->world_country_pending[phy_id] = true; in reg_soc_vars_reset_on_failure()
[all …]
H A Dreg_utils.c205 uint8_t phy_id; in reg_set_non_offload_country() local
216 tx_ops->get_phy_id_from_pdev_id(psoc, pdev_id, &phy_id); in reg_set_non_offload_country()
218 phy_id = pdev_id; in reg_set_non_offload_country()
230 psoc_reg->world_country_pending[phy_id] = false; in reg_set_non_offload_country()
287 uint8_t phy_id; in reg_set_country() local
305 tx_ops->get_phy_id_from_pdev_id(psoc, pdev_id, &phy_id); in reg_set_country()
307 phy_id = pdev_id; in reg_set_country()
337 psoc_reg->world_country_pending[phy_id] = true; in reg_set_country()
339 psoc_reg->new_user_ctry_pending[phy_id] = true; in reg_set_country()
347 psoc_reg->new_user_ctry_pending[phy_id] = false; in reg_set_country()
[all …]
H A Dreg_priv_objs.c316 uint8_t phy_id; in wlan_regulatory_pdev_obj_created_notification() local
334 tx_ops->get_phy_id_from_pdev_id(parent_psoc, pdev_id, &phy_id); in wlan_regulatory_pdev_obj_created_notification()
336 phy_id = pdev_id; in wlan_regulatory_pdev_obj_created_notification()
376 if (reg_cap_ptr->phy_id == phy_id) in wlan_regulatory_pdev_obj_created_notification()
399 psoc_priv_obj->chan_list_recvd[phy_id]; in wlan_regulatory_pdev_obj_created_notification()
H A Dreg_offload_11d_scan.c47 uint8_t phy_id; in reg_set_11d_country() local
78 tx_ops->get_phy_id_from_pdev_id(psoc, pdev_id, &phy_id); in reg_set_11d_country()
80 phy_id = pdev_id; in reg_set_11d_country()
82 psoc_priv_obj->new_11d_ctry_pending[phy_id] = true; in reg_set_11d_country()
90 psoc_priv_obj->new_11d_ctry_pending[phy_id] = false; in reg_set_11d_country()
H A Dreg_services_common.c1551 uint8_t phy_id; in reg_get_max_bw_5G_for_fo() local
1563 reg_tx_ops->get_phy_id_from_pdev_id(psoc, pdev_id, &phy_id); in reg_get_max_bw_5G_for_fo()
1565 phy_id = pdev_id; in reg_get_max_bw_5G_for_fo()
1567 return soc_reg->mas_chan_params[phy_id].max_bw_5g; in reg_get_max_bw_5G_for_fo()
1885 reg_info->phy_id = wlan_objmgr_pdev_get_pdev_id(pdev); in reg_program_default_cc()
1966 reg_info->phy_id = wlan_objmgr_pdev_get_pdev_id(pdev); in reg_program_chan_list_po()
2025 uint8_t phy_id; in reg_program_chan_list() local
2055 tx_ops->get_phy_id_from_pdev_id(psoc, pdev_id, &phy_id); in reg_program_chan_list()
2057 phy_id = pdev_id; in reg_program_chan_list()
2060 psoc_priv_obj->new_init_ctry_pending[phy_id] = true; in reg_program_chan_list()
[all …]
H A Dreg_services_common.h453 uint64_t modes, uint8_t phy_id);
493 uint8_t phy_id);
3129 reg_get_pdev_from_phy_id(struct wlan_objmgr_psoc *psoc, uint8_t phy_id,
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
H A Dtarget_if_reg.c297 if (reg_info->phy_id >= PSOC_MAX_PHY_REG_CAP) { in tgt_reg_chan_list_update_handler()
299 reg_info->phy_id); in tgt_reg_chan_list_update_handler()
438 if (reg_info->phy_id >= PSOC_MAX_PHY_REG_CAP) { in tgt_reg_chan_list_ext_update_handler()
440 reg_info->phy_id); in tgt_reg_chan_list_ext_update_handler()
569 if (afc_info->phy_id >= PSOC_MAX_PHY_REG_CAP) { in tgt_afc_event_handler()
571 afc_info->phy_id); in tgt_afc_event_handler()
712 reg_cap->phy_id, in tgt_if_regulatory_modify_freq_range()
763 struct wlan_objmgr_psoc *psoc, uint8_t pdev_id, uint8_t *phy_id) in tgt_if_regulatory_get_phy_id_from_pdev_id() argument
774 *phy_id = pdev_id; in tgt_if_regulatory_get_phy_id_from_pdev_id()
783 *phy_id = ret; in tgt_if_regulatory_get_phy_id_from_pdev_id()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/core/src/
H A Dtarget_if_main.c879 int32_t phy_id; in target_pdev_is_scan_radio_supported() local
941 phy_id = target_pdev_get_phy_idx(tgt_pdev); in target_pdev_is_scan_radio_supported()
942 if (phy_id < 0) { in target_pdev_is_scan_radio_supported()
948 if (scan_radio_caps[cap_idx].phy_id == phy_id) in target_pdev_is_scan_radio_supported()
963 int32_t phy_id; in target_pdev_scan_radio_is_dfs_enabled() local
1027 phy_id = target_pdev_get_phy_idx(tgt_pdev); in target_pdev_scan_radio_is_dfs_enabled()
1028 if (phy_id < 0) { in target_pdev_scan_radio_is_dfs_enabled()
1034 if (scan_radio_caps[cap_idx].phy_id == phy_id) { in target_pdev_scan_radio_is_dfs_enabled()
1052 int32_t phy_id; in target_is_scan_blanking_enabled() local
1118 phy_id = target_pdev_get_phy_idx(tgt_pdev); in target_is_scan_blanking_enabled()
[all …]
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_get_set_utils.c1070 uint32_t phy_id) in policy_mgr_update_freq_info() argument
1074 mac_range = &pm_ctx->hw_mode.freq_range_caps[mode][phy_id]; in policy_mgr_update_freq_info()
1084 uint8_t phy_id) in policy_mgr_modify_sbs_freq() argument
1090 sbs_mac_range = &pm_ctx->hw_mode.freq_range_caps[MODE_SBS][phy_id]; in policy_mgr_modify_sbs_freq()
1109 shared_phy_id = phy_id ? 0 : 1; in policy_mgr_modify_sbs_freq()
1151 uint8_t phy_id; in policy_mgr_get_highest_5ghz_freq_frm_range() local
1157 for (phy_id = 0; phy_id < MAX_MAC; phy_id++) { in policy_mgr_get_highest_5ghz_freq_frm_range()
1158 if (range[phy_id].high_5ghz_freq > highest_freq) in policy_mgr_get_highest_5ghz_freq_frm_range()
1159 highest_freq = range[phy_id].high_5ghz_freq; in policy_mgr_get_highest_5ghz_freq_frm_range()
1168 uint8_t phy_id; in policy_mgr_get_lowest_5ghz_freq_frm_range() local
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_ucfg_api.c336 uint64_t modes, uint8_t phy_id) in ucfg_reg_update_hal_cap_wireless_modes() argument
338 return reg_update_hal_cap_wireless_modes(psoc, modes, phy_id); in ucfg_reg_update_hal_cap_wireless_modes()
364 uint8_t phy_id) in ucfg_reg_update_hal_reg_range_caps() argument
368 phy_id); in ucfg_reg_update_hal_reg_range_caps()
H A Dwlan_reg_services_api.c550 uint8_t phy_id; in reg_is_cntry_set_pending() local
565 &phy_id); in reg_is_cntry_set_pending()
567 phy_id = wlan_objmgr_pdev_get_pdev_id(pdev); in reg_is_cntry_set_pending()
569 return (soc_reg->new_user_ctry_pending[phy_id] || in reg_is_cntry_set_pending()
570 soc_reg->new_init_ctry_pending[phy_id] || in reg_is_cntry_set_pending()
571 soc_reg->new_11d_ctry_pending[phy_id] || in reg_is_cntry_set_pending()
572 soc_reg->world_country_pending[phy_id]); in reg_is_cntry_set_pending()
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/
H A Dservice_ready_param.h204 uint32_t phy_id; member
288 uint32_t phy_id; member
318 uint32_t phy_id; member
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_roboswitch.c
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dinit_cmd_api.c377 reg_cap[mac_phy_cap->phy_id].low_5ghz_chan = 0; in init_deinit_derive_band_to_mac_param()
378 reg_cap[mac_phy_cap->phy_id].high_5ghz_chan = 0; in init_deinit_derive_band_to_mac_param()
395 reg_cap[mac_phy_cap->phy_id].low_2ghz_chan = 0; in init_deinit_derive_band_to_mac_param()
396 reg_cap[mac_phy_cap->phy_id].high_2ghz_chan = 0; in init_deinit_derive_band_to_mac_param()
H A Dservice_ready_util.c835 reg_cap->phy_id = 0; in init_deinit_fill_host_reg_cap()
932 uint8_t phy_id; in init_deinit_populate_mac_phy_cap_ext2() local
947 phy_id = info->mac_phy_cap[mac_phy_count].phy_id; in init_deinit_populate_mac_phy_cap_ext2()
960 wmi_handle, event, hw_mode_id, phy_id, in init_deinit_populate_mac_phy_cap_ext2()
970 mac_phy_caps_ext2[phy_id].wireless_modes_ext; in init_deinit_populate_mac_phy_cap_ext2()
974 phy_id++; in init_deinit_populate_mac_phy_cap_ext2()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_ucfg_api.h656 uint64_t modes, uint8_t phy_id);
695 uint8_t phy_id);
H A Dreg_services_public_struct.h1273 uint8_t phy_id; member
1478 uint8_t phy_id; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_object_manager.c167 reg_cap_ptr->phy_id = 0; in hdd_objmgr_create_and_store_pdev()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/
H A Dwlan_objmgr_psoc_obj.h453 uint32_t phy_id; member
476 uint32_t phy_id; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c857 uint32_t phy_id) in convert_host_phy_id_to_target_phy_id() argument
860 phy_id >= WMI_MAX_RADIOS) { in convert_host_phy_id_to_target_phy_id()
861 return phy_id; in convert_host_phy_id_to_target_phy_id()
864 return wmi_handle->cmd_phy_id_map[phy_id]; in convert_host_phy_id_to_target_phy_id()
875 uint32_t phy_id) in convert_target_phy_id_to_host_phy_id() argument
878 phy_id >= WMI_MAX_RADIOS) { in convert_target_phy_id_to_host_phy_id()
879 return phy_id; in convert_target_phy_id_to_host_phy_id()
882 return wmi_handle->evt_phy_id_map[phy_id]; in convert_target_phy_id_to_host_phy_id()
13324 param->phy_id = reg_caps->phy_id; in extract_hal_reg_cap_ext2_tlv()
15195 uint8_t *event, uint8_t hw_mode_id, uint8_t phy_id, in extract_mac_phy_cap_service_ready_ext_tlv() argument
[all …]
H A Dwmi_unified_api.c2694 uint8_t phy_id, in wmi_extract_mac_phy_cap_service_ready_ext() argument
2700 evt_buf, hw_mode_id, phy_id, param); in wmi_extract_mac_phy_cap_service_ready_ext()
2709 uint8_t phy_id, in wmi_extract_mac_phy_cap_service_ready_ext2() argument
2715 wmi_handle, evt_buf, hw_mode_id, phy_id, in wmi_extract_mac_phy_cap_service_ready_ext2()
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral.c3441 uint8_t phy_id; member
3474 cur_mac_phy_caps->phy_id); in target_if_find_sscan_pdev_phya1()
3477 if (sscan_pdev_phy_info->phy_id == cur_mac_phy_caps->phy_id) in target_if_find_sscan_pdev_phya1()
3484 if (sscan_pdev_phy_info->phy_id > cur_mac_phy_caps->phy_id) in target_if_find_sscan_pdev_phya1()
3552 mac_phy_caps->phy_id); in target_if_spectral_detector_list_init()
3554 pdev_phy_info.phy_id = mac_phy_caps->phy_id; in target_if_spectral_detector_list_init()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_priv.h2283 uint8_t phy_id,
2290 uint8_t phy_id,
2478 uint32_t phy_id);
2480 uint32_t phy_id);
2499 uint32_t phy_id);
2501 uint32_t phy_id);
H A Dwmi_unified_api.h3855 uint8_t phy_id,
3874 uint8_t phy_id,
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1180 uint8_t pdev_id, uint8_t *phy_id);
1182 uint8_t phy_id, uint8_t *pdev_id);
1206 uint16_t phy_id);

12