Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dpci.c1108 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1126 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1128 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1136 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1140 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1146 if (WARN_ON(!ul_set || !dl_set)) in ath10k_pci_hif_map_service_to_pipe()