Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dpci.c1439 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1459 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1461 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1465 WARN_ON(ul_set); in ath10k_pci_hif_map_service_to_pipe()
1469 ul_set = true; in ath10k_pci_hif_map_service_to_pipe()
1474 if (WARN_ON(!ul_set || !dl_set)) in ath10k_pci_hif_map_service_to_pipe()