Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dwow.c180 pno->uc_networks_count = nd_config->n_match_sets; in ath10k_wmi_pno_check()
182 if (!pno->uc_networks_count || in ath10k_wmi_pno_check()
183 pno->uc_networks_count > WMI_PNO_MAX_SUPP_NETWORKS) in ath10k_wmi_pno_check()
190 for (i = 0; i < pno->uc_networks_count; i++) { in ath10k_wmi_pno_check()
223 while (j < pno->uc_networks_count) { in ath10k_wmi_pno_check()
Dwmi-tlv.c3872 min_t(u8, pno->uc_networks_count, WMI_NLO_MAX_SSIDS); in ath10k_wmi_tlv_op_gen_config_pno_start()
3912 cmd->no_of_ssids = __cpu_to_le32(min_t(u8, pno->uc_networks_count, in ath10k_wmi_tlv_op_gen_config_pno_start()
Dwmi.h7359 u8 uc_networks_count; member
/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dwow.c243 pno->uc_networks_count = nd_config->n_match_sets; in ath11k_wmi_pno_check_and_convert()
245 if (!pno->uc_networks_count || in ath11k_wmi_pno_check_and_convert()
246 pno->uc_networks_count > WMI_PNO_MAX_SUPP_NETWORKS) in ath11k_wmi_pno_check_and_convert()
253 for (i = 0; i < pno->uc_networks_count; i++) { in ath11k_wmi_pno_check_and_convert()
286 while (j < pno->uc_networks_count) { in ath11k_wmi_pno_check_and_convert()
Dwmi.h5733 u8 uc_networks_count; member
Dwmi.c8563 nlo_list_len = sizeof(*nlo_list) * pno->uc_networks_count; in ath11k_wmi_op_gen_config_pno_start()
8602 cmd->no_of_ssids = pno->uc_networks_count; in ath11k_wmi_op_gen_config_pno_start()