Home
last modified time | relevance | path

Searched refs:MAX_RADIOS (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dcore.h239 #define MAX_RADIOS 3 macro
860 struct ath11k_bp_stats lmac_ring_bp_stats[HTT_SW_LMAC_RING_IDX_MAX][MAX_RADIOS];
936 struct ath11k_pdev pdevs[MAX_RADIOS];
940 } target_pdev_ids[MAX_RADIOS];
942 struct ath11k_pdev __rcu *pdevs_active[MAX_RADIOS];
943 struct ath11k_hal_reg_capabilities_ext hal_reg_cap[MAX_RADIOS];
974 struct ieee80211_regdomain *default_regd[MAX_RADIOS];
978 struct ieee80211_regdomain *new_regd[MAX_RADIOS];
H A Ddp_rx.c1660 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] = {0}; 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()
3820 int n_bufs_reaped[MAX_RADIOS] = {0}; in ath11k_dp_process_rx_err()
4133 struct sk_buff_head msdu_list[MAX_RADIOS]; in ath11k_dp_rx_process_wbm_err()
4137 int num_buffs_reaped[MAX_RADIOS] = {0}; in ath11k_dp_rx_process_wbm_err()
H A Dwmi.h5750 #define MAX_RADIOS 3 macro
5777 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];
H A Ddebugfs.c754 for (pdev_idx = 0; pdev_idx < MAX_RADIOS; pdev_idx++) { in ath11k_debugfs_dump_soc_ring_bp_stats()
H A Dwmi.c4826 while (phy_id_map && soc->num_radios < MAX_RADIOS) { in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
9052 if (WARN_ON(pdev_id >= MAX_RADIOS)) in ath11k_wmi_pdev_detach()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.h66 #define ATH12K_GROUP_MAX_RADIO (ATH12K_MAX_SOCS * MAX_RADIOS)
955 struct ath12k_pdev pdevs[MAX_RADIOS];
960 struct ath12k_fw_pdev fw_pdev[MAX_RADIOS];
963 struct ath12k_pdev __rcu *pdevs_active[MAX_RADIOS];
965 struct ath12k_wmi_hal_reg_capabilities_ext_arg hal_reg_cap[MAX_RADIOS];
988 struct ieee80211_regdomain *default_regd[MAX_RADIOS];
992 struct ieee80211_regdomain *new_regd[MAX_RADIOS];
H A Dwmi.h4982 #define MAX_RADIOS 2 macro
4996 struct ath12k_wmi_pdev wmi[MAX_RADIOS];
4997 enum ath12k_htc_ep_id wmi_endpoint_id[MAX_RADIOS];
4998 u32 max_msg_len[MAX_RADIOS];
H A Dwmi.c4353 if (reg_cap.phy_id >= MAX_RADIOS) { in ath12k_wmi_ext_hal_reg_caps()
4381 while (phy_id_map && soc->num_radios < MAX_RADIOS) { in ath12k_wmi_ext_soc_hal_reg_caps_parse()
8883 if (WARN_ON(pdev_id >= MAX_RADIOS)) in ath12k_wmi_pdev_detach()