Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c331 atomic_inc(&ar->dp.num_tx_pending); in ath12k_dp_tx()
366 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_free_txbuf()
385 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_htt_tx_complete_buf()
620 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_tx_completion_handler()
H A Ddp.h129 atomic_t num_tx_pending; member
H A Ddp.c1004 atomic_set(&dp->num_tx_pending, 0); in ath12k_dp_pdev_pre_alloc()
H A Dmac.c6374 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath12k_mac_op_flush()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c275 atomic_inc(&ar->dp.num_tx_pending); in ath11k_dp_tx()
318 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_free_txbuf()
349 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_htt_tx_complete_buf()
766 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_completion_handler()
H A Ddp.h174 atomic_t num_tx_pending; member
H A Ddp.c913 atomic_set(&dp->num_tx_pending, 0); in ath11k_dp_pdev_pre_alloc()
H A Dmac.c7839 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath11k_mac_flush_tx_complete()
7843 atomic_read(&ar->dp.num_tx_pending)); in ath11k_mac_flush_tx_complete()