Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dcore.h643 struct sk_buff_head wmi_mgmt_tx_queue; member
Dmac.c2382 if (skb_queue_len(&ar->wmi_mgmt_tx_queue) >= in ath10k_tx_htt()
2389 skb_queue_tail(&ar->wmi_mgmt_tx_queue, skb); in ath10k_tx_htt()
2503 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_purge()
2518 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_work()
Dcore.c1413 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath10k_core_create()