Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h579 struct sk_buff_head wmi_mgmt_tx_queue; member
H A Dmac.c4837 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) in ath12k_mgmt_over_wmi_tx_purge()
4849 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) { in ath12k_mgmt_over_wmi_tx_work()
4879 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath12k_mac_mgmt_tx()
7462 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath12k_mac_allocate()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1209 struct sk_buff_head wmi_mgmt_tx_queue; member
H A Dcore.c3742 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath10k_core_create()
H A Dmac.c3967 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath10k_mac_tx_wmi_mgmt()
4218 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_purge()
4234 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_work()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h723 struct sk_buff_head wmi_mgmt_tx_queue; member
H A Dmac.c6088 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) in ath11k_mgmt_over_wmi_tx_purge()
6100 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) { in ath11k_mgmt_over_wmi_tx_work()
6135 struct sk_buff_head *q = &ar->wmi_mgmt_tx_queue; in ath11k_mac_mgmt_tx()
9763 skb_queue_head_init(&ar->wmi_mgmt_tx_queue); in ath11k_mac_allocate()