Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Dcore.h167 #define MAX_RADIOS 3 macro
648 struct ath11k_bp_stats lmac_ring_bp_stats[HTT_SW_LMAC_RING_IDX_MAX][MAX_RADIOS];
705 struct ath11k_pdev pdevs[MAX_RADIOS];
706 struct ath11k_pdev __rcu *pdevs_active[MAX_RADIOS];
707 struct ath11k_hal_reg_capabilities_ext hal_reg_cap[MAX_RADIOS];
731 struct ieee80211_regdomain *default_regd[MAX_RADIOS];
735 struct ieee80211_regdomain *new_regd[MAX_RADIOS];
A Dwmi.h5147 #define MAX_RADIOS 3 macro
5154 struct ath11k_pdev_wmi wmi[MAX_RADIOS];
5155 enum ath11k_htc_ep_id wmi_endpoint_id[MAX_RADIOS];
5156 u32 max_msg_len[MAX_RADIOS];
A Ddp_rx.c1671 if (ring_id >= HTT_SW_LMAC_RING_IDX_MAX || pdev_idx >= MAX_RADIOS) in ath11k_htt_backpressure_event_handler()
2647 int num_buffs_reaped[MAX_RADIOS] = {0}; in ath11k_dp_process_rx()
3759 int n_bufs_reaped[MAX_RADIOS] = {0}; in ath11k_dp_process_rx_err()
4071 struct sk_buff_head msdu_list[MAX_RADIOS]; in ath11k_dp_rx_process_wbm_err()
4075 int num_buffs_reaped[MAX_RADIOS] = {0}; in ath11k_dp_rx_process_wbm_err()
A Ddebugfs.c733 for (pdev_idx = 0; pdev_idx < MAX_RADIOS; pdev_idx++) { in ath11k_debugfs_dump_soc_ring_bp_stats()
A Dwmi.c4149 while (phy_id_map && soc->num_radios < MAX_RADIOS) { in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
7317 if (WARN_ON(pdev_id >= MAX_RADIOS)) in ath11k_wmi_pdev_detach()

Completed in 58 milliseconds