Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp_tx.c458 atomic_inc(&ar->dp.num_tx_pending); in ath12k_dp_tx()
496 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_free_txbuf()
515 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_htt_tx_complete_buf()
773 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_completion_handler()
Ddp.c993 atomic_set(&dp->num_tx_pending, 0); in ath12k_dp_pdev_pre_alloc()
1207 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_cc_cleanup()
Ddp.h134 atomic_t num_tx_pending; member
Dmac.c7855 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath12k_mac_flush()
7860 atomic_read(&ar->dp.num_tx_pending)); in ath12k_mac_flush()
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
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()
Ddp.h174 atomic_t num_tx_pending; member
Ddp.c914 atomic_set(&dp->num_tx_pending, 0); in ath11k_dp_pdev_pre_alloc()
Dmac.c8155 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath11k_mac_flush_tx_complete()
8159 atomic_read(&ar->dp.num_tx_pending)); in ath11k_mac_flush_tx_complete()