Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Ddp_tx.c310 wake_up(&ar->dp.tx_empty_waitq); in ath11k_dp_tx_free_txbuf()
341 wake_up(&ar->dp.tx_empty_waitq); in ath11k_dp_tx_htt_tx_complete_buf()
600 wake_up(&ar->dp.tx_empty_waitq); in ath11k_dp_tx_completion_handler()
Dcore.c782 wake_up(&ar->dp.tx_empty_waitq); in ath11k_core_restart()
Ddp.h146 wait_queue_head_t tx_empty_waitq; member
Ddp.c877 init_waitqueue_head(&dp->tx_empty_waitq); in ath11k_dp_pdev_pre_alloc()
Dmac.c5386 time_left = wait_event_timeout(ar->dp.tx_empty_waitq, in ath11k_mac_op_flush()