Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Ddp_tx.c270 atomic_inc(&ar->dp.num_tx_pending); in ath11k_dp_tx()
313 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_free_txbuf()
342 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_htt_tx_complete_buf()
722 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_completion_handler()
Ddp.h173 atomic_t num_tx_pending; member
Ddp.c894 atomic_set(&dp->num_tx_pending, 0); in ath11k_dp_pdev_pre_alloc()
Dmac.c7315 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath11k_mac_flush_tx_complete()
7319 atomic_read(&ar->dp.num_tx_pending)); in ath11k_mac_flush_tx_complete()