Searched refs:wmi_mgmt_tx_work (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | core.h | 1203 struct work_struct wmi_mgmt_tx_work; member
|
| H A D | core.c | 3725 INIT_WORK(&ar->wmi_mgmt_tx_work, ath10k_mgmt_over_wmi_tx_work); in ath10k_core_create()
|
| H A D | mac.c | 3989 ieee80211_queue_work(ar->hw, &ar->wmi_mgmt_tx_work); in ath10k_mac_tx_wmi_mgmt() 4242 struct ath10k *ar = container_of(work, struct ath10k, wmi_mgmt_tx_work); in ath10k_mgmt_over_wmi_tx_work() 4799 cancel_work_sync(&ar->wmi_mgmt_tx_work); in ath10k_drain_tx()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | core.h | 770 struct work_struct wmi_mgmt_tx_work; member
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 9292 struct ath12k *ar = container_of(work, struct ath12k, wmi_mgmt_tx_work); in ath12k_mgmt_over_wmi_tx_work() 9379 wiphy_work_queue(ath12k_ar_to_hw(ar)->wiphy, &ar->wmi_mgmt_tx_work); in ath12k_mac_mgmt_tx() 9530 wiphy_work_cancel(ath12k_ar_to_hw(ar)->wiphy, &ar->wmi_mgmt_tx_work); in ath12k_mac_drain_tx() 12406 wiphy_work_flush(hw->wiphy, &ar->wmi_mgmt_tx_work); in ath12k_mac_op_flush() 14826 wiphy_work_init(&ar->wmi_mgmt_tx_work, ath12k_mgmt_over_wmi_tx_work); in ath12k_mac_setup()
|