Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath11k/
H A Dpcic.c785 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
803 WARN_ON(ul_set); in ath11k_pcic_map_service_to_pipe()
805 ul_set = true; in ath11k_pcic_map_service_to_pipe()
809 WARN_ON(ul_set); in ath11k_pcic_map_service_to_pipe()
813 ul_set = true; in ath11k_pcic_map_service_to_pipe()
818 if (WARN_ON(!ul_set || !dl_set)) in ath11k_pcic_map_service_to_pipe()
H A Dahb.c648 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
666 WARN_ON(ul_set); in ath11k_ahb_map_service_to_pipe()
668 ul_set = true; in ath11k_ahb_map_service_to_pipe()
672 WARN_ON(ul_set); in ath11k_ahb_map_service_to_pipe()
676 ul_set = true; in ath11k_ahb_map_service_to_pipe()
681 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
/src/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c779 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
799 WARN_ON(ul_set); in ath10k_snoc_hif_map_service_to_pipe()
801 ul_set = true; in ath10k_snoc_hif_map_service_to_pipe()
805 WARN_ON(ul_set); in ath10k_snoc_hif_map_service_to_pipe()
809 ul_set = true; in ath10k_snoc_hif_map_service_to_pipe()
814 if (!ul_set || !dl_set) in ath10k_snoc_hif_map_service_to_pipe()
H A Dpci.c1918 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1938 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1940 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1944 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1948 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1953 if (!ul_set || !dl_set) in ath10k_pci_hif_map_service_to_pipe()
/src/sys/contrib/dev/athk/ath12k/
H A Dahb.c671 bool ul_set = false, dl_set = false; in ath12k_ahb_map_service_to_pipe() local
689 WARN_ON(ul_set); in ath12k_ahb_map_service_to_pipe()
691 ul_set = true; in ath12k_ahb_map_service_to_pipe()
695 if (WARN_ON(!ul_set || !dl_set)) in ath12k_ahb_map_service_to_pipe()
H A Dpci.c1022 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
1040 WARN_ON(ul_set); in ath12k_pci_map_service_to_pipe()
1042 ul_set = true; in ath12k_pci_map_service_to_pipe()
1046 WARN_ON(ul_set); in ath12k_pci_map_service_to_pipe()
1050 ul_set = true; in ath12k_pci_map_service_to_pipe()
1055 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()