Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dahb.c563 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
581 WARN_ON(ul_set); in ath11k_ahb_map_service_to_pipe()
583 ul_set = true; in ath11k_ahb_map_service_to_pipe()
587 WARN_ON(ul_set); in ath11k_ahb_map_service_to_pipe()
591 ul_set = true; in ath11k_ahb_map_service_to_pipe()
596 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
H A Dpci.c832 bool ul_set = false, dl_set = false; in ath11k_pci_map_service_to_pipe() local
850 WARN_ON(ul_set); in ath11k_pci_map_service_to_pipe()
852 ul_set = true; in ath11k_pci_map_service_to_pipe()
856 WARN_ON(ul_set); in ath11k_pci_map_service_to_pipe()
860 ul_set = true; in ath11k_pci_map_service_to_pipe()
865 if (WARN_ON(!ul_set || !dl_set)) in ath11k_pci_map_service_to_pipe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c777 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
797 WARN_ON(ul_set); in ath10k_snoc_hif_map_service_to_pipe()
799 ul_set = true; in ath10k_snoc_hif_map_service_to_pipe()
803 WARN_ON(ul_set); in ath10k_snoc_hif_map_service_to_pipe()
807 ul_set = true; in ath10k_snoc_hif_map_service_to_pipe()
812 if (!ul_set || !dl_set) in ath10k_snoc_hif_map_service_to_pipe()
H A 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()