Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dpcic.c731 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
749 WARN_ON(ul_set); in ath11k_pcic_map_service_to_pipe()
751 ul_set = true; in ath11k_pcic_map_service_to_pipe()
755 WARN_ON(ul_set); in ath11k_pcic_map_service_to_pipe()
759 ul_set = true; in ath11k_pcic_map_service_to_pipe()
764 if (WARN_ON(!ul_set || !dl_set)) in ath11k_pcic_map_service_to_pipe()
Dahb.c642 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
660 WARN_ON(ul_set); in ath11k_ahb_map_service_to_pipe()
662 ul_set = true; in ath11k_ahb_map_service_to_pipe()
666 WARN_ON(ul_set); in ath11k_ahb_map_service_to_pipe()
670 ul_set = true; in ath11k_ahb_map_service_to_pipe()
675 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dpci.c837 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
855 WARN_ON(ul_set); in ath12k_pci_map_service_to_pipe()
857 ul_set = true; in ath12k_pci_map_service_to_pipe()
861 WARN_ON(ul_set); in ath12k_pci_map_service_to_pipe()
865 ul_set = true; in ath12k_pci_map_service_to_pipe()
870 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
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()
Dpci.c1827 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1847 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1849 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1853 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1857 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1862 if (!ul_set || !dl_set) in ath10k_pci_hif_map_service_to_pipe()