Home
last modified time | relevance | path

Searched refs:ul_set (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dpcic.c725 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
743 WARN_ON(ul_set); in ath11k_pcic_map_service_to_pipe()
745 ul_set = true; in ath11k_pcic_map_service_to_pipe()
749 WARN_ON(ul_set); in ath11k_pcic_map_service_to_pipe()
753 ul_set = true; in ath11k_pcic_map_service_to_pipe()
758 if (WARN_ON(!ul_set || !dl_set)) in ath11k_pcic_map_service_to_pipe()
Dahb.c653 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
671 WARN_ON(ul_set); in ath11k_ahb_map_service_to_pipe()
673 ul_set = true; in ath11k_ahb_map_service_to_pipe()
677 WARN_ON(ul_set); in ath11k_ahb_map_service_to_pipe()
681 ul_set = true; in ath11k_ahb_map_service_to_pipe()
686 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
/Linux-v6.1/drivers/net/wireless/ath/ath10k/
Dsnoc.c778 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
798 WARN_ON(ul_set); in ath10k_snoc_hif_map_service_to_pipe()
800 ul_set = true; in ath10k_snoc_hif_map_service_to_pipe()
804 WARN_ON(ul_set); in ath10k_snoc_hif_map_service_to_pipe()
808 ul_set = true; in ath10k_snoc_hif_map_service_to_pipe()
813 if (!ul_set || !dl_set) in ath10k_snoc_hif_map_service_to_pipe()
Dpci.c1827 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1847 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1849 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1853 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1857 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1862 if (!ul_set || !dl_set) in ath10k_pci_hif_map_service_to_pipe()