Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpcic.c739 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
752 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
754 dl_set = true; in ath11k_pcic_map_service_to_pipe()
762 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
766 dl_set = true; in ath11k_pcic_map_service_to_pipe()
772 if (WARN_ON(!ul_set || !dl_set)) in ath11k_pcic_map_service_to_pipe()
H A Dahb.c642 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
655 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
657 dl_set = true; in ath11k_ahb_map_service_to_pipe()
665 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
669 dl_set = true; in ath11k_ahb_map_service_to_pipe()
675 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dpci.c847 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
860 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
862 dl_set = true; in ath12k_pci_map_service_to_pipe()
870 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
874 dl_set = true; in ath12k_pci_map_service_to_pipe()
880 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c778 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
793 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
795 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
803 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
807 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
813 if (!ul_set || !dl_set) in ath10k_snoc_hif_map_service_to_pipe()
H A Dpci.c1915 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1930 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1932 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1940 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1944 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1950 if (!ul_set || !dl_set) in ath10k_pci_hif_map_service_to_pipe()