Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/
A Dcore.h555 struct sk_buff_head wmi_mgmt_tx_queue; member
A Dmac.c4418 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) in ath12k_mgmt_over_wmi_tx_purge()
4430 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) { in ath12k_mgmt_over_wmi_tx_work()
4462 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath12k_mac_mgmt_tx()
7011 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath12k_mac_allocate()
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dcore.h699 struct sk_buff_head wmi_mgmt_tx_queue; member
A Dmac.c5652 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) in ath11k_mgmt_over_wmi_tx_purge()
5664 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) { in ath11k_mgmt_over_wmi_tx_work()
5699 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath11k_mac_mgmt_tx()
9320 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath11k_mac_allocate()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dcore.h1198 struct sk_buff_head wmi_mgmt_tx_queue; member
A Dcore.c3658 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath10k_core_create()
A Dmac.c3957 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath10k_mac_tx_wmi_mgmt()
4208 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_purge()
4224 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_work()

Completed in 60 milliseconds