Home
last modified time | relevance | path

Searched refs:dl_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
599 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
601 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
609 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
613 dl_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
1822 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1824 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1832 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1836 dl_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()