Searched refs:wmi_mgmt_tx_work (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/net/wireless/ath/ath12k/ |
D | core.h | 557 struct work_struct wmi_mgmt_tx_work; member
|
D | mac.c | 4843 struct ath12k *ar = container_of(work, struct ath12k, wmi_mgmt_tx_work); in ath12k_mgmt_over_wmi_tx_work() 4903 ieee80211_queue_work(ar->hw, &ar->wmi_mgmt_tx_work); in ath12k_mac_mgmt_tx() 4956 cancel_work_sync(&ar->wmi_mgmt_tx_work); in ath12k_mac_drain_tx() 7460 INIT_WORK(&ar->wmi_mgmt_tx_work, ath12k_mgmt_over_wmi_tx_work); in ath12k_mac_allocate()
|
/Linux-v6.6/drivers/net/wireless/ath/ath10k/ |
D | core.h | 1200 struct work_struct wmi_mgmt_tx_work; member
|
D | core.c | 3651 INIT_WORK(&ar->wmi_mgmt_tx_work, ath10k_mgmt_over_wmi_tx_work); in ath10k_core_create()
|
D | mac.c | 3965 ieee80211_queue_work(ar->hw, &ar->wmi_mgmt_tx_work); in ath10k_mac_tx_wmi_mgmt() 4218 struct ath10k *ar = container_of(work, struct ath10k, wmi_mgmt_tx_work); in ath10k_mgmt_over_wmi_tx_work() 4772 cancel_work_sync(&ar->wmi_mgmt_tx_work); in ath10k_drain_tx()
|
/Linux-v6.6/drivers/net/wireless/ath/ath11k/ |
D | core.h | 701 struct work_struct wmi_mgmt_tx_work; member
|
D | mac.c | 6094 struct ath11k *ar = container_of(work, struct ath11k, wmi_mgmt_tx_work); in ath11k_mgmt_over_wmi_tx_work() 6159 queue_work(ar->ab->workqueue_aux, &ar->wmi_mgmt_tx_work); in ath11k_mac_mgmt_tx() 6216 cancel_work_sync(&ar->wmi_mgmt_tx_work); in ath11k_mac_drain_tx() 9762 INIT_WORK(&ar->wmi_mgmt_tx_work, ath11k_mgmt_over_wmi_tx_work); in ath11k_mac_allocate()
|