Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dahb.c679 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
697 WARN_ON(ul_set); in ath11k_ahb_map_service_to_pipe()
699 ul_set = true; in ath11k_ahb_map_service_to_pipe()
703 WARN_ON(ul_set); in ath11k_ahb_map_service_to_pipe()
707 ul_set = true; in ath11k_ahb_map_service_to_pipe()
712 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
/linux/drivers/net/wireless/ath/ath12k/
H A Dpci.c974 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
992 WARN_ON(ul_set); in ath12k_pci_map_service_to_pipe()
994 ul_set = true; in ath12k_pci_map_service_to_pipe()
998 WARN_ON(ul_set); in ath12k_pci_map_service_to_pipe()
1002 ul_set = true; in ath12k_pci_map_service_to_pipe()
1007 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()
H A Dahb.c693 bool ul_set = false, dl_set = false; in ath12k_ahb_map_service_to_pipe() local
711 WARN_ON(ul_set); in ath12k_ahb_map_service_to_pipe()
713 ul_set = true; in ath12k_ahb_map_service_to_pipe()
717 if (WARN_ON(!ul_set || !dl_set)) in ath12k_ahb_map_service_to_pipe()
/linux/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c782 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
802 WARN_ON(ul_set); in ath10k_snoc_hif_map_service_to_pipe()
804 ul_set = true; in ath10k_snoc_hif_map_service_to_pipe()
808 WARN_ON(ul_set); in ath10k_snoc_hif_map_service_to_pipe()
812 ul_set = true; in ath10k_snoc_hif_map_service_to_pipe()
817 if (!ul_set || !dl_set) in ath10k_snoc_hif_map_service_to_pipe()