Home
last modified time | relevance | path

Searched refs:num_mpdus_ready (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c815 atomic_set(&htt->num_mpdus_ready, 0); in ath10k_htt_rx_alloc()
2821 atomic_add(mpdu_count, &htt->num_mpdus_ready); in ath10k_htt_rx_proc_rx_ind_ll()
4057 atomic_inc(&htt->num_mpdus_ready); in ath10k_htt_t2h_msg_handler()
4263 while (atomic_read(&htt->num_mpdus_ready)) { in ath10k_htt_txrx_compl_task()
4269 atomic_dec(&htt->num_mpdus_ready); in ath10k_htt_txrx_compl_task()
H A Dhtt.h1991 atomic_t num_mpdus_ready; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c842 atomic_set(&htt->num_mpdus_ready, 0); in ath10k_htt_rx_alloc()
2936 atomic_add(mpdu_count, &htt->num_mpdus_ready); in ath10k_htt_rx_proc_rx_ind_ll()
4185 atomic_inc(&htt->num_mpdus_ready); in ath10k_htt_t2h_msg_handler()
4390 while (atomic_read(&htt->num_mpdus_ready)) { in ath10k_htt_txrx_compl_task()
4396 atomic_dec(&htt->num_mpdus_ready); in ath10k_htt_txrx_compl_task()
H A Dhtt.h1880 atomic_t num_mpdus_ready; member

Completed in 21 milliseconds