tx_fetch_ind_q   1985 drivers/net/wireless/ath/ath10k/htt.h 	struct sk_buff_head tx_fetch_ind_q;
tx_fetch_ind_q    281 drivers/net/wireless/ath/ath10k/htt_rx.c 	skb_queue_purge(&htt->tx_fetch_ind_q);
tx_fetch_ind_q    806 drivers/net/wireless/ath/ath10k/htt_rx.c 	skb_queue_head_init(&htt->tx_fetch_ind_q);
tx_fetch_ind_q   3901 drivers/net/wireless/ath/ath10k/htt_rx.c 		skb_queue_tail(&htt->tx_fetch_ind_q, tx_fetch_ind);
tx_fetch_ind_q   4014 drivers/net/wireless/ath/ath10k/htt_rx.c 	spin_lock_irqsave(&htt->tx_fetch_ind_q.lock, flags);
tx_fetch_ind_q   4015 drivers/net/wireless/ath/ath10k/htt_rx.c 	skb_queue_splice_init(&htt->tx_fetch_ind_q, &tx_ind_q);
tx_fetch_ind_q   4016 drivers/net/wireless/ath/ath10k/htt_rx.c 	spin_unlock_irqrestore(&htt->tx_fetch_ind_q.lock, flags);