Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Dcore.h562 struct sk_buff_head wmi_mgmt_tx_queue; member
A Dmac.c5028 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) in ath11k_mgmt_over_wmi_tx_purge()
5040 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) { in ath11k_mgmt_over_wmi_tx_work()
5072 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath11k_mac_mgmt_tx()
7876 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath11k_mac_allocate()
/linux/drivers/net/wireless/ath/ath10k/
A Dcore.h1195 struct sk_buff_head wmi_mgmt_tx_queue; member
A Dcore.c3494 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath10k_core_create()
A Dmac.c3937 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath10k_mac_tx_wmi_mgmt()
4185 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_purge()
4201 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_work()

Completed in 41 milliseconds