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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c31 * offchan_tx_completed for a different skb. Prevent this by using ath10k_report_offchan_tx()
39 complete(&ar->offchan_tx_completed); ath10k_report_offchan_tx()
H A Dcore.h786 struct completion offchan_tx_completed; member in struct:ath10k
H A Dcore.c1345 complete_all(&ar->offchan_tx_completed); ath10k_core_restart()
2007 init_completion(&ar->offchan_tx_completed); ath10k_core_create()
H A Dmac.c3412 reinit_completion(&ar->offchan_tx_completed); ath10k_offchan_tx_work()
3419 wait_for_completion_timeout(&ar->offchan_tx_completed, 3 * HZ); ath10k_offchan_tx_work()

Completed in 225 milliseconds