Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H 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()
/linux/drivers/net/wireless/ath/ath10k/
H 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()