Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c263 atomic_inc(&ar->dp.num_tx_pending); in ath11k_dp_tx()
308 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_free_txbuf()
339 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_htt_tx_complete_buf()
598 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_completion_handler()
H A Ddp.h145 atomic_t num_tx_pending; member
H A Ddp.c876 atomic_set(&dp->num_tx_pending, 0); in ath11k_dp_pdev_pre_alloc()
H A Dmac.c5457 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath11k_mac_op_flush()