Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
A Dpcic.c777 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
795 WARN_ON(ul_set); in ath11k_pcic_map_service_to_pipe()
797 ul_set = true; in ath11k_pcic_map_service_to_pipe()
801 WARN_ON(ul_set); in ath11k_pcic_map_service_to_pipe()
805 ul_set = true; in ath11k_pcic_map_service_to_pipe()
810 if (WARN_ON(!ul_set || !dl_set)) in ath11k_pcic_map_service_to_pipe()
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()
/drivers/net/wireless/ath/ath10k/
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()
A Dpci.c1830 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1850 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1852 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1856 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1860 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1865 if (!ul_set || !dl_set) in ath10k_pci_hif_map_service_to_pipe()
/drivers/net/wireless/ath/ath12k/
A Dpci.c992 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
1010 WARN_ON(ul_set); in ath12k_pci_map_service_to_pipe()
1012 ul_set = true; in ath12k_pci_map_service_to_pipe()
1016 WARN_ON(ul_set); in ath12k_pci_map_service_to_pipe()
1020 ul_set = true; in ath12k_pci_map_service_to_pipe()
1025 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()
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()

Completed in 22 milliseconds