Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpcic.c785 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
798 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
800 dl_set = true; in ath11k_pcic_map_service_to_pipe()
808 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
812 dl_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
661 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
663 dl_set = true; in ath11k_ahb_map_service_to_pipe()
671 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
675 dl_set = true; in ath11k_ahb_map_service_to_pipe()
681 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c781 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
796 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
798 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
806 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
810 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
816 if (!ul_set || !dl_set) in ath10k_snoc_hif_map_service_to_pipe()
H A Dpci.c1908 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1923 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1925 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1933 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1937 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1943 if (!ul_set || !dl_set) in ath10k_pci_hif_map_service_to_pipe()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dahb.c663 bool ul_set = false, dl_set = false; in ath12k_ahb_map_service_to_pipe() local
675 WARN_ON(dl_set); in ath12k_ahb_map_service_to_pipe()
677 dl_set = true; in ath12k_ahb_map_service_to_pipe()
687 if (WARN_ON(!ul_set || !dl_set)) in ath12k_ahb_map_service_to_pipe()
H A Dpci.c971 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
984 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
986 dl_set = true; in ath12k_pci_map_service_to_pipe()
994 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
998 dl_set = true; in ath12k_pci_map_service_to_pipe()
1004 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()