Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dsnoc.c771 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
786 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
788 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
796 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
800 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
806 if (!ul_set || !dl_set) in ath10k_snoc_hif_map_service_to_pipe()
Dpci.c1809 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1824 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1826 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1834 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1838 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1844 if (!ul_set || !dl_set) in ath10k_pci_hif_map_service_to_pipe()