Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dcore.h541 struct sk_buff_head wmi_mgmt_tx_queue; member
Dmac.c3973 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) in ath11k_mgmt_over_wmi_tx_purge()
3985 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) { in ath11k_mgmt_over_wmi_tx_work()
4018 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath11k_mac_mgmt_tx()
6411 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath11k_mac_allocate()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dcore.h1182 struct sk_buff_head wmi_mgmt_tx_queue; member
Dcore.c3331 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath10k_core_create()
Dmac.c3765 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath10k_mac_tx_wmi_mgmt()
4021 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_purge()
4037 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_work()