Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dtxrx.c39 complete(&ar->offchan_tx_completed); in ath10k_report_offchan_tx()
Dcore.h639 struct completion offchan_tx_completed; member
Dcore.c887 complete_all(&ar->offchan_tx_completed); in ath10k_core_restart()
1408 init_completion(&ar->offchan_tx_completed); in ath10k_core_create()
Dmac.c2475 reinit_completion(&ar->offchan_tx_completed); in ath10k_offchan_tx_work()
2481 ret = wait_for_completion_timeout(&ar->offchan_tx_completed, in ath10k_offchan_tx_work()