Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c214 if (atomic_dec_and_test(&dp_pdev->num_tx_pending)) in ath12k_dp_tx_free_txbuf()
H A Ddp.h156 atomic_t num_tx_pending; member
H A Ddp.c871 atomic_set(&dp->num_tx_pending, 0); in ath12k_dp_pdev_pre_alloc()
1057 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_cc_cleanup()
H A Ddebugfs.c1166 atomic_read(&ar->dp.num_tx_pending)); in ath12k_debugfs_dump_device_dp_stats()
H A Dmac.c12338 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath12k_mac_flush()
12343 atomic_read(&ar->dp.num_tx_pending)); in ath12k_mac_flush()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c277 atomic_inc(&ar->dp.num_tx_pending); in ath11k_dp_tx()
320 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_free_txbuf()
351 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_htt_tx_complete_buf()
776 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath11k_dp_tx_completion_handler()
H A Ddp.h175 atomic_t num_tx_pending; member
H A Ddp.c916 atomic_set(&dp->num_tx_pending, 0); in ath11k_dp_pdev_pre_alloc()
H A Dmac.c8621 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath11k_mac_flush_tx_complete()
8625 atomic_read(&ar->dp.num_tx_pending)); in ath11k_mac_flush_tx_complete()
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Ddp_tx.c356 atomic_inc(&dp_pdev->num_tx_pending); in ath12k_wifi7_dp_tx()
418 if (atomic_dec_and_test(&dp_pdev->num_tx_pending)) in ath12k_dp_tx_htt_tx_complete_buf()
922 if (atomic_dec_and_test(&dp_pdev->num_tx_pending)) in ath12k_wifi7_dp_tx_completion_handler()