Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c267 atomic_inc(&ar->dp.num_tx_pending); in ath11k_dp_tx()
310 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_free_txbuf()
341 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_htt_tx_complete_buf()
758 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_completion_handler()
H A Ddp.h175 atomic_t num_tx_pending; member
H A Ddp.c901 atomic_set(&dp->num_tx_pending, 0); in ath11k_dp_pdev_pre_alloc()
H A Dmac.c8208 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath11k_mac_flush_tx_complete()
8212 atomic_read(&ar->dp.num_tx_pending)); in ath11k_mac_flush_tx_complete()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c477 atomic_inc(&ar->dp.num_tx_pending); in ath12k_dp_tx()
515 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_free_txbuf()
534 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_htt_tx_complete_buf()
921 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_completion_handler()
H A Ddp.c999 atomic_set(&dp->num_tx_pending, 0); in ath12k_dp_pdev_pre_alloc()
1216 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_cc_cleanup()
H A Ddp.h134 atomic_t num_tx_pending; member
H A Dmac.c9682 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath12k_mac_flush()
9687 atomic_read(&ar->dp.num_tx_pending)); in ath12k_mac_flush()