Home
last modified time | relevance | path

Searched refs:total_reg_rules (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c4448 u32 total_reg_rules = 0; in ath12k_pull_reg_chan_list_ext_update_ev() local
4486 total_reg_rules += num_2g_reg_rules; in ath12k_pull_reg_chan_list_ext_update_ev()
4488 total_reg_rules += num_5g_reg_rules; in ath12k_pull_reg_chan_list_ext_update_ev()
4507 total_reg_rules += num_6g_reg_rules_ap[i]; in ath12k_pull_reg_chan_list_ext_update_ev()
4513 total_reg_rules += num_6g_reg_rules_cl[WMI_REG_INDOOR_AP][i]; in ath12k_pull_reg_chan_list_ext_update_ev()
4517 total_reg_rules += num_6g_reg_rules_cl[WMI_REG_STD_POWER_AP][i]; in ath12k_pull_reg_chan_list_ext_update_ev()
4521 total_reg_rules += num_6g_reg_rules_cl[WMI_REG_VLP_AP][i]; in ath12k_pull_reg_chan_list_ext_update_ev()
4533 if (!total_reg_rules) { in ath12k_pull_reg_chan_list_ext_update_ev()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c5276 u32 total_reg_rules = 0; in ath11k_pull_reg_chan_list_ext_update_ev() local
5316 total_reg_rules += num_2ghz_reg_rules; in ath11k_pull_reg_chan_list_ext_update_ev()
5317 total_reg_rules += num_5ghz_reg_rules; in ath11k_pull_reg_chan_list_ext_update_ev()
5337 total_reg_rules += num_6ghz_reg_rules_ap[i]; in ath11k_pull_reg_chan_list_ext_update_ev()
5343 total_reg_rules += num_6ghz_client[WMI_REG_INDOOR_AP][i]; in ath11k_pull_reg_chan_list_ext_update_ev()
5347 total_reg_rules += num_6ghz_client[WMI_REG_STANDARD_POWER_AP][i]; in ath11k_pull_reg_chan_list_ext_update_ev()
5351 total_reg_rules += num_6ghz_client[WMI_REG_VERY_LOW_POWER_AP][i]; in ath11k_pull_reg_chan_list_ext_update_ev()
5366 if (!total_reg_rules) { in ath11k_pull_reg_chan_list_ext_update_ev()