Home
last modified time | relevance | path

Searched refs:uc_networks_count (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dwow.c181 pno->uc_networks_count = nd_config->n_match_sets; in ath10k_wmi_pno_check()
183 if (!pno->uc_networks_count || in ath10k_wmi_pno_check()
184 pno->uc_networks_count > WMI_PNO_MAX_SUPP_NETWORKS) in ath10k_wmi_pno_check()
191 for (i = 0; i < pno->uc_networks_count; i++) { in ath10k_wmi_pno_check()
224 while (j < pno->uc_networks_count) { in ath10k_wmi_pno_check()
H A Dwmi-tlv.c3889 min_t(u8, pno->uc_networks_count, WMI_NLO_MAX_SSIDS); in ath10k_wmi_tlv_op_gen_config_pno_start()
3929 cmd->no_of_ssids = __cpu_to_le32(min_t(u8, pno->uc_networks_count, in ath10k_wmi_tlv_op_gen_config_pno_start()
H A Dwmi.h7369 u8 uc_networks_count; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dwow.c260 pno->uc_networks_count = nd_config->n_match_sets; in ath11k_wmi_pno_check_and_convert()
262 if (!pno->uc_networks_count || in ath11k_wmi_pno_check_and_convert()
263 pno->uc_networks_count > WMI_PNO_MAX_SUPP_NETWORKS) in ath11k_wmi_pno_check_and_convert()
270 for (i = 0; i < pno->uc_networks_count; i++) { in ath11k_wmi_pno_check_and_convert()
303 while (j < pno->uc_networks_count) { in ath11k_wmi_pno_check_and_convert()
H A Dwmi.h6206 u8 uc_networks_count; member
H A Dwmi.c9584 nlo_list_len = sizeof(*nlo_list) * pno->uc_networks_count; in ath11k_wmi_op_gen_config_pno_start()
9623 cmd->no_of_ssids = pno->uc_networks_count; in ath11k_wmi_op_gen_config_pno_start()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwow.c276 pno->uc_networks_count = nd_config->n_match_sets; in ath12k_wow_pno_check_and_convert()
278 if (!pno->uc_networks_count || in ath12k_wow_pno_check_and_convert()
279 pno->uc_networks_count > WMI_PNO_MAX_SUPP_NETWORKS) in ath12k_wow_pno_check_and_convert()
286 for (i = 0; i < pno->uc_networks_count; i++) { in ath12k_wow_pno_check_and_convert()
318 for (j = 0; j < pno->uc_networks_count; j++) { in ath12k_wow_pno_check_and_convert()
H A Dwmi.c10498 nlo_list_len = sizeof(*nlo_list) * pno->uc_networks_count; in ath12k_wmi_op_gen_config_pno_start()
10534 cmd->no_of_ssids = cpu_to_le32(pno->uc_networks_count); in ath12k_wmi_op_gen_config_pno_start()
10540 for (i = 0; i < pno->uc_networks_count; i++) { in ath12k_wmi_op_gen_config_pno_start()
H A Dwmi.h5689 u8 uc_networks_count; member