Searched refs:wmi_mgmt_tx_work (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dcore.h578 struct work_struct wmi_mgmt_tx_work; member in struct:ath12k
H A Dmac.c4843 struct ath12k *ar = container_of(work, struct ath12k, wmi_mgmt_tx_work);
4903 ieee80211_queue_work(ar->hw, &ar->wmi_mgmt_tx_work);
4956 cancel_work_sync(&ar->wmi_mgmt_tx_work);
7461 INIT_WORK(&ar->wmi_mgmt_tx_work, ath12k_mgmt_over_wmi_tx_work);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dcore.h722 struct work_struct wmi_mgmt_tx_work; member in struct:ath11k
H A Dmac.c6094 struct ath11k *ar = container_of(work, struct ath11k, wmi_mgmt_tx_work);
6159 queue_work(ar->ab->workqueue_aux, &ar->wmi_mgmt_tx_work);
6216 cancel_work_sync(&ar->wmi_mgmt_tx_work);
9762 INIT_WORK(&ar->wmi_mgmt_tx_work, ath11k_mgmt_over_wmi_tx_work);
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dcore.h1208 struct work_struct wmi_mgmt_tx_work; member in struct:ath10k
H A Dmac.c3975 ieee80211_queue_work(ar->hw, &ar->wmi_mgmt_tx_work);
4228 struct ath10k *ar = container_of(work, struct ath10k, wmi_mgmt_tx_work);
4782 cancel_work_sync(&ar->wmi_mgmt_tx_work);
H A Dcore.c3741 INIT_WORK(&ar->wmi_mgmt_tx_work, ath10k_mgmt_over_wmi_tx_work);

Completed in 316 milliseconds