Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dsnoc.c584 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
604 WARN_ON(ul_set); in ath10k_snoc_hif_map_service_to_pipe()
606 ul_set = true; in ath10k_snoc_hif_map_service_to_pipe()
610 WARN_ON(ul_set); in ath10k_snoc_hif_map_service_to_pipe()
614 ul_set = true; in ath10k_snoc_hif_map_service_to_pipe()
619 if (WARN_ON(!ul_set || !dl_set)) in ath10k_snoc_hif_map_service_to_pipe()
Dpci.c1807 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1827 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1829 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1833 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1837 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1842 if (WARN_ON(!ul_set || !dl_set)) in ath10k_pci_hif_map_service_to_pipe()