Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dpcic.c775 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
793 WARN_ON(ul_set); in ath11k_pcic_map_service_to_pipe()
795 ul_set = true; in ath11k_pcic_map_service_to_pipe()
799 WARN_ON(ul_set); in ath11k_pcic_map_service_to_pipe()
803 ul_set = true; in ath11k_pcic_map_service_to_pipe()
808 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()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dpci.c995 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
1013 WARN_ON(ul_set); in ath12k_pci_map_service_to_pipe()
1015 ul_set = true; in ath12k_pci_map_service_to_pipe()
1019 WARN_ON(ul_set); in ath12k_pci_map_service_to_pipe()
1023 ul_set = true; in ath12k_pci_map_service_to_pipe()
1028 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A 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()
H A Dpci.c1828 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1848 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1850 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1854 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1858 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1863 if (!ul_set || !dl_set) in ath10k_pci_hif_map_service_to_pipe()