Home
last modified time | relevance | path

Searched refs:offchan_tx_queue (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dcore.h785 struct sk_buff_head offchan_tx_queue; member
Dcore.c2009 skb_queue_head_init(&ar->offchan_tx_queue); in ath10k_core_create()
Dmac.c3352 skb = skb_dequeue(&ar->offchan_tx_queue); in ath10k_offchan_tx_purge()
3380 skb = skb_dequeue(&ar->offchan_tx_queue); in ath10k_offchan_tx_work()
3683 skb_queue_tail(&ar->offchan_tx_queue, skb); in ath10k_tx()