Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c256 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.c859 atomic_set(&dp->num_tx_pending, 0); in ath12k_dp_pdev_pre_alloc()
1045 if (atomic_dec_and_test(&ar->dp.num_tx_pending)) in ath12k_dp_cc_cleanup()
H A Ddebugfs.c1176 atomic_read(&ar->dp.num_tx_pending)); in ath12k_debugfs_dump_device_dp_stats()
H A Dmac.c12665 (atomic_read(&ar->dp.num_tx_pending) == 0), in ath12k_mac_flush()
12670 atomic_read(&ar->dp.num_tx_pending)); in ath12k_mac_flush()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_tx.c447 atomic_inc(&dp_pdev->num_tx_pending); in ath12k_wifi7_dp_tx()
509 if (atomic_dec_and_test(&dp_pdev->num_tx_pending)) in ath12k_dp_tx_htt_tx_complete_buf()
1013 if (atomic_dec_and_test(&dp_pdev->num_tx_pending)) in ath12k_wifi7_dp_tx_completion_handler()