Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c268 atomic_inc(&ar->dp.num_tx_pending); in ath11k_dp_tx()
311 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()
759 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.c903 atomic_set(&dp->num_tx_pending, 0); in ath11k_dp_pdev_pre_alloc()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c514 atomic_inc(&ar->dp.num_tx_pending); in ath12k_dp_tx()
563 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_free_txbuf()
591 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_htt_tx_complete_buf()
1093 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_completion_handler()
H A Ddebugfs.c1163 atomic_read(&ar->dp.num_tx_pending)); in ath12k_debugfs_dump_device_dp_stats()
H A Dmac.c11725 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath12k_mac_flush()
11730 atomic_read(&ar->dp.num_tx_pending)); in ath12k_mac_flush()