Searched refs:wmi_mgmt_tx_queue (Results 1 – 3 of 3) sorted by relevance
643 struct sk_buff_head wmi_mgmt_tx_queue; member
2382 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()
1413 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath10k_core_create()