Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
Ddp_tx.c327 atomic_inc(&ar->dp.num_tx_pending); in ath12k_dp_tx()
365 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_free_txbuf()
384 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_htt_tx_complete_buf()
615 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_completion_handler()
Ddp.h129 atomic_t num_tx_pending; member
Ddp.c1003 atomic_set(&dp->num_tx_pending, 0); in ath12k_dp_pdev_pre_alloc()
Dmac.c6388 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath12k_mac_op_flush()
/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()
750 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.c900 atomic_set(&dp->num_tx_pending, 0); in ath11k_dp_pdev_pre_alloc()
Dmac.c7844 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath11k_mac_flush_tx_complete()
7848 atomic_read(&ar->dp.num_tx_pending)); in ath11k_mac_flush_tx_complete()