Searched refs:num_tx_pending (Results 1 – 4 of 4) sorted by relevance
269 atomic_inc(&ar->dp.num_tx_pending); in ath11k_dp_tx()314 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_free_txbuf()345 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_htt_tx_complete_buf()604 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_completion_handler()
146 atomic_t num_tx_pending; member
866 atomic_set(&dp->num_tx_pending, 0); in ath11k_dp_pdev_pre_alloc()
6566 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath11k_mac_op_flush()
Completed in 25 milliseconds