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

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

Completed in 43 milliseconds