Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c230 skb_queue_purge(&htt->rx_compl_q); in ath10k_htt_rx_free()
570 skb_queue_head_init(&htt->rx_compl_q); in ath10k_htt_rx_alloc()
1911 __skb_queue_tail(&htt->rx_compl_q, skb); in ath10k_htt_t2h_msg_handler()
2054 while ((skb = __skb_dequeue(&htt->rx_compl_q))) { in ath10k_htt_txrx_compl_task()
Dhtt.h1348 struct sk_buff_head rx_compl_q; member