Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
A Dcore.h1205 struct sk_buff_head wmi_mgmt_tx_queue; member
A Dcore.c3733 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath10k_core_create()
A Dmac.c3974 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath10k_mac_tx_wmi_mgmt()
4225 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_purge()
4241 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_work()
/drivers/net/wireless/ath/ath11k/
A Dcore.h757 struct sk_buff_head wmi_mgmt_tx_queue; member
A Dmac.c6028 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) in ath11k_mgmt_over_wmi_tx_purge()
6040 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) { in ath11k_mgmt_over_wmi_tx_work()
6075 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath11k_mac_mgmt_tx()
10536 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath11k_mac_allocate()
/drivers/net/wireless/ath/ath12k/
A Dcore.h801 struct sk_buff_head wmi_mgmt_tx_queue; member
A Dmac.c8403 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) in ath12k_mgmt_over_wmi_tx_purge()
8587 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) { in ath12k_mgmt_over_wmi_tx_work()
8640 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath12k_mac_mgmt_tx()
14011 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath12k_mac_setup()

Completed in 79 milliseconds