Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Ddp_tx.c311 wake_up(&ar->dp.tx_empty_waitq); in ath11k_dp_tx_free_txbuf()
340 wake_up(&ar->dp.tx_empty_waitq); in ath11k_dp_tx_htt_tx_complete_buf()
720 wake_up(&ar->dp.tx_empty_waitq); in ath11k_dp_tx_completion_handler()
Ddp.h175 wait_queue_head_t tx_empty_waitq; member
Ddp.c899 init_waitqueue_head(&dp->tx_empty_waitq); in ath11k_dp_pdev_pre_alloc()
Dcore.c1675 wake_up(&ar->dp.tx_empty_waitq); in ath11k_core_pre_reconfigure_recovery()
Dmac.c7290 time_left = wait_event_timeout(ar->dp.tx_empty_waitq, in ath11k_mac_flush_tx_complete()