Home
last modified time | relevance | path

Searched refs:num_mpdus_ready (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c807 atomic_set(&htt->num_mpdus_ready, 0); in ath10k_htt_rx_alloc()
2614 atomic_add(mpdu_count, &htt->num_mpdus_ready); in ath10k_htt_rx_proc_rx_ind_ll()
3833 atomic_inc(&htt->num_mpdus_ready); in ath10k_htt_t2h_msg_handler()
3984 while (atomic_read(&htt->num_mpdus_ready)) { in ath10k_htt_txrx_compl_task()
3990 atomic_dec(&htt->num_mpdus_ready); in ath10k_htt_txrx_compl_task()
Dhtt.h1978 atomic_t num_mpdus_ready; member