Home
last modified time | relevance | path

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

/linux/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.c914 atomic_set(&dp->num_tx_pending, 0); in ath11k_dp_pdev_pre_alloc()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c459 atomic_inc(&ar->dp.num_tx_pending); in ath12k_dp_tx()
497 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_free_txbuf()
516 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_htt_tx_complete_buf()
774 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_completion_handler()