Home
last modified time | relevance | path

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

/openbmc/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.c3888 min_t(u8, pno->uc_networks_count, WMI_NLO_MAX_SSIDS); in ath10k_wmi_tlv_op_gen_config_pno_start()
3928 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.h7360 u8 uc_networks_count; member
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwow.c251 pno->uc_networks_count = nd_config->n_match_sets; in ath11k_wmi_pno_check_and_convert()
253 if (!pno->uc_networks_count || in ath11k_wmi_pno_check_and_convert()
254 pno->uc_networks_count > WMI_PNO_MAX_SUPP_NETWORKS) in ath11k_wmi_pno_check_and_convert()
261 for (i = 0; i < pno->uc_networks_count; i++) { in ath11k_wmi_pno_check_and_convert()
294 while (j < pno->uc_networks_count) { in ath11k_wmi_pno_check_and_convert()
H A Dwmi.h6102 u8 uc_networks_count; member
H A Dwmi.c9336 nlo_list_len = sizeof(*nlo_list) * pno->uc_networks_count; in ath11k_wmi_op_gen_config_pno_start()
9375 cmd->no_of_ssids = pno->uc_networks_count; in ath11k_wmi_op_gen_config_pno_start()