Searched refs:rx_in_ord_compl_q (Results 1 – 2 of 2) sorted by relevance
297 skb_queue_purge(&htt->rx_in_ord_compl_q); in ath10k_htt_rx_free() 845 skb_queue_head_init(&htt->rx_in_ord_compl_q); in ath10k_htt_rx_alloc() 4232 skb_queue_tail(&htt->rx_in_ord_compl_q, skb); in ath10k_htt_t2h_msg_handler() 4382 while ((skb = skb_dequeue(&htt->rx_in_ord_compl_q))) { in ath10k_htt_txrx_compl_task()
1890 struct sk_buff_head rx_in_ord_compl_q; member