Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Ddp_tx.c264 atomic_inc(&ar->dp.num_tx_pending); in ath11k_dp_tx()
309 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_free_txbuf()
340 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_htt_tx_complete_buf()
599 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_completion_handler()
Ddp.h145 atomic_t num_tx_pending; member
Ddp.c876 atomic_set(&dp->num_tx_pending, 0); in ath11k_dp_pdev_pre_alloc()
Dmac.c5387 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath11k_mac_op_flush()