Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A 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()
H A Dwmi-tlv.c4280 min_t(u8, pno->uc_networks_count, WMI_NLO_MAX_SSIDS); in ath10k_wmi_tlv_op_gen_config_pno_start()
4325 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.h7359 u8 uc_networks_count; member
/freebsd/sys/contrib/dev/athk/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.h6105 u8 uc_networks_count; member
H A Dwmi.c9690 nlo_list_len = sizeof(*nlo_list) * pno->uc_networks_count; in ath11k_wmi_op_gen_config_pno_start()
9729 cmd->no_of_ssids = pno->uc_networks_count; in ath11k_wmi_op_gen_config_pno_start()