Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dcore.h789 struct work_struct wmi_mgmt_tx_work; member
Dcore.c2011 INIT_WORK(&ar->wmi_mgmt_tx_work, ath10k_mgmt_over_wmi_tx_work); in ath10k_core_create()
Dmac.c3309 ieee80211_queue_work(ar->hw, &ar->wmi_mgmt_tx_work); in ath10k_mac_tx_wmi_mgmt()
3450 struct ath10k *ar = container_of(work, struct ath10k, wmi_mgmt_tx_work); in ath10k_mgmt_over_wmi_tx_work()
3702 cancel_work_sync(&ar->wmi_mgmt_tx_work); in ath10k_drain_tx()