Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Dcore.h561 struct work_struct wmi_mgmt_tx_work; member
A Dmac.c5034 struct ath11k *ar = container_of(work, struct ath11k, wmi_mgmt_tx_work); in ath11k_mgmt_over_wmi_tx_work()
5095 ieee80211_queue_work(ar->hw, &ar->wmi_mgmt_tx_work); in ath11k_mac_mgmt_tx()
5152 cancel_work_sync(&ar->wmi_mgmt_tx_work); in ath11k_mac_drain_tx()
7875 INIT_WORK(&ar->wmi_mgmt_tx_work, ath11k_mgmt_over_wmi_tx_work); in ath11k_mac_allocate()
/linux/drivers/net/wireless/ath/ath10k/
A Dcore.h1194 struct work_struct wmi_mgmt_tx_work; member
A Dcore.c3493 INIT_WORK(&ar->wmi_mgmt_tx_work, ath10k_mgmt_over_wmi_tx_work); in ath10k_core_create()
A Dmac.c3945 ieee80211_queue_work(ar->hw, &ar->wmi_mgmt_tx_work); in ath10k_mac_tx_wmi_mgmt()
4195 struct ath10k *ar = container_of(work, struct ath10k, wmi_mgmt_tx_work); in ath10k_mgmt_over_wmi_tx_work()
4743 cancel_work_sync(&ar->wmi_mgmt_tx_work); in ath10k_drain_tx()

Completed in 43 milliseconds