Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h724 struct wiphy_work wmi_mgmt_tx_work; member
H A Dmac.c9453 struct ath12k *ar = container_of(work, struct ath12k, wmi_mgmt_tx_work); in ath12k_mgmt_over_wmi_tx_work()
9540 wiphy_work_queue(ath12k_ar_to_hw(ar)->wiphy, &ar->wmi_mgmt_tx_work); in ath12k_mac_mgmt_tx()
9691 wiphy_work_cancel(ath12k_ar_to_hw(ar)->wiphy, &ar->wmi_mgmt_tx_work); in ath12k_mac_drain_tx()
12712 wiphy_work_flush(hw->wiphy, &ar->wmi_mgmt_tx_work); in ath12k_mac_op_flush()
15147 wiphy_work_init(&ar->wmi_mgmt_tx_work, ath12k_mgmt_over_wmi_tx_work); in ath12k_mac_setup()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c6436 struct ath11k *ar = container_of(work, struct ath11k, wmi_mgmt_tx_work); in ath11k_mgmt_over_wmi_tx_work()
6514 queue_work(ar->ab->workqueue_aux, &ar->wmi_mgmt_tx_work); in ath11k_mac_mgmt_tx()
6571 cancel_work_sync(&ar->wmi_mgmt_tx_work); in ath11k_mac_drain_tx()
10821 INIT_WORK(&ar->wmi_mgmt_tx_work, ath11k_mgmt_over_wmi_tx_work); in ath11k_mac_allocate()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3989 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()