Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c294 skb_queue_purge(&htt->tx_fetch_ind_q); in ath10k_htt_rx_free()
842 skb_queue_head_init(&htt->tx_fetch_ind_q); in ath10k_htt_rx_alloc()
4277 skb_queue_tail(&htt->tx_fetch_ind_q, tx_fetch_ind); in ath10k_htt_t2h_msg_handler()
4421 spin_lock_irqsave(&htt->tx_fetch_ind_q.lock, flags); in ath10k_htt_txrx_compl_task()
4422 skb_queue_splice_init(&htt->tx_fetch_ind_q, &tx_ind_q); in ath10k_htt_txrx_compl_task()
4423 spin_unlock_irqrestore(&htt->tx_fetch_ind_q.lock, flags); in ath10k_htt_txrx_compl_task()
H A Dhtt.h1888 struct sk_buff_head tx_fetch_ind_q; member