Searched refs:tx_ind_q (Results 1 – 1 of 1) sorted by relevance
4366 struct sk_buff_head tx_ind_q; in ath10k_htt_txrx_compl_task() local4372 __skb_queue_head_init(&tx_ind_q); in ath10k_htt_txrx_compl_task()4426 skb_queue_splice_init(&htt->tx_fetch_ind_q, &tx_ind_q); in ath10k_htt_txrx_compl_task()4429 while ((skb = __skb_dequeue(&tx_ind_q))) { in ath10k_htt_txrx_compl_task()