Searched refs:mac_phy_info (Results 1 – 2 of 2) sorted by relevance
4993 struct ath12k_svc_ext_mac_phy_info *mac_phy_info) in ath12k_wmi_save_mac_phy_info() argument4995 mac_phy_info->phy_id = __le32_to_cpu(mac_phy_cap->phy_id); in ath12k_wmi_save_mac_phy_info()4996 mac_phy_info->supported_bands = __le32_to_cpu(mac_phy_cap->supported_bands); in ath12k_wmi_save_mac_phy_info()4997 mac_phy_info->hw_freq_range.low_2ghz_freq = in ath12k_wmi_save_mac_phy_info()4999 mac_phy_info->hw_freq_range.high_2ghz_freq = in ath12k_wmi_save_mac_phy_info()5001 mac_phy_info->hw_freq_range.low_5ghz_freq = in ath12k_wmi_save_mac_phy_info()5003 mac_phy_info->hw_freq_range.high_5ghz_freq = in ath12k_wmi_save_mac_phy_info()5014 struct ath12k_svc_ext_mac_phy_info *mac_phy_info; in ath12k_wmi_save_all_mac_phy_info() local5018 mac_phy_info = &svc_ext_info->mac_phy_info[0]; in ath12k_wmi_save_all_mac_phy_info()5027 ath12k_wmi_save_mac_phy_info(ab, mac_phy_cap, mac_phy_info); in ath12k_wmi_save_all_mac_phy_info()[all …]
5371 struct ath12k_svc_ext_mac_phy_info mac_phy_info[ATH12K_MAX_MAC_PHY_CAP]; member