Searched refs:MAX_RADIOS (Results 1 – 10 of 10) sorted by relevance
241 #define MAX_RADIOS 3 macro864 struct ath11k_bp_stats lmac_ring_bp_stats[HTT_SW_LMAC_RING_IDX_MAX][MAX_RADIOS];945 struct ath11k_pdev pdevs[MAX_RADIOS];949 } target_pdev_ids[MAX_RADIOS];951 struct ath11k_pdev __rcu *pdevs_active[MAX_RADIOS];952 struct ath11k_hal_reg_capabilities_ext hal_reg_cap[MAX_RADIOS];983 struct ieee80211_regdomain *default_regd[MAX_RADIOS];987 struct ieee80211_regdomain *new_regd[MAX_RADIOS];
1660 if (ring_id >= HTT_SW_LMAC_RING_IDX_MAX || pdev_idx >= MAX_RADIOS) in ath11k_htt_backpressure_event_handler()2629 int num_buffs_reaped[MAX_RADIOS] = {}; in ath11k_dp_process_rx()2630 struct sk_buff_head msdu_list[MAX_RADIOS]; in ath11k_dp_process_rx()2643 for (i = 0; i < MAX_RADIOS; i++) in ath11k_dp_process_rx()3821 int n_bufs_reaped[MAX_RADIOS] = {}; in ath11k_dp_process_rx_err()4134 struct sk_buff_head msdu_list[MAX_RADIOS]; in ath11k_dp_rx_process_wbm_err()4138 int num_buffs_reaped[MAX_RADIOS] = {}; in ath11k_dp_rx_process_wbm_err()
5750 #define MAX_RADIOS 3 macro5777 struct ath11k_pdev_wmi wmi[MAX_RADIOS];5778 enum ath11k_htc_ep_id wmi_endpoint_id[MAX_RADIOS];5779 u32 max_msg_len[MAX_RADIOS];
634 for (pdev_idx = 0; pdev_idx < MAX_RADIOS; pdev_idx++) { in ath11k_debugfs_dump_soc_ring_bp_stats()
4826 while (phy_id_map && soc->num_radios < MAX_RADIOS) { in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()9089 if (WARN_ON(pdev_id >= MAX_RADIOS)) in ath11k_wmi_pdev_detach()
68 #define ATH12K_GROUP_MAX_RADIO (ATH12K_MAX_DEVICES * MAX_RADIOS)1088 struct ath12k_pdev pdevs[MAX_RADIOS];1093 struct ath12k_fw_pdev fw_pdev[MAX_RADIOS];1096 struct ath12k_pdev __rcu *pdevs_active[MAX_RADIOS];1098 struct ath12k_wmi_hal_reg_capabilities_ext_arg hal_reg_cap[MAX_RADIOS];1121 struct ieee80211_regdomain *default_regd[MAX_RADIOS];1125 struct ieee80211_regdomain *new_regd[MAX_RADIOS];1127 struct ath12k_reg_info *reg_info[MAX_RADIOS];
4571 if (reg_cap.phy_id >= MAX_RADIOS) { in ath12k_wmi_ext_hal_reg_caps()5091 for (phy_id = 0; phy_id < MAX_RADIOS; phy_id++) { in ath12k_wmi_all_phy_range_updated()5109 for (phy_id = 0; phy_id < MAX_RADIOS; phy_id++) { in ath12k_wmi_update_dbs_freq_info()5124 for (phy_id = 0; phy_id < MAX_RADIOS; phy_id++) { in ath12k_wmi_get_highest_5ghz_freq_from_range()5138 for (phy_id = 0; phy_id < MAX_RADIOS; phy_id++) { in ath12k_wmi_get_lowest_5ghz_freq_from_range()5159 for (phy_id = 0; phy_id < MAX_RADIOS; phy_id++) { in ath12k_wmi_fill_upper_share_sbs_freq()5190 for (phy_id = 0; phy_id < MAX_RADIOS; phy_id++) { in ath12k_wmi_fill_lower_share_sbs_freq()5232 for (i = 0; i < MAX_RADIOS; i++) in ath12k_wmi_dump_freq_range_per_mac()5347 for (phy_id = 0; phy_id < MAX_RADIOS; phy_id++) { in ath12k_wmi_update_sbs_freq_info()5362 if (phy_id >= MAX_RADIOS) { in ath12k_wmi_update_mac_freq_info()[all …]
5126 #define MAX_RADIOS 2 macro5182 [MAX_RADIOS];5187 struct ath12k_wmi_pdev wmi[MAX_RADIOS];5188 enum ath12k_htc_ep_id wmi_endpoint_id[MAX_RADIOS];5189 u32 max_msg_len[MAX_RADIOS];
981 for (i = 0; i < MAX_RADIOS; i++) { in ath12k_reg_free()
6645 for (i = 0; i < MAX_RADIOS; i++) { in ath12k_mac_2_freq_same_mac_in_freq_range()
Completed in 820 milliseconds