Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h770 struct work_struct wmi_mgmt_tx_work;
758 struct work_struct wmi_mgmt_tx_work; global() member
H A Dmac.c6424 struct ath11k *ar = container_of(work, struct ath11k, wmi_mgmt_tx_work); in ath11k_mgmt_over_wmi_tx_work()
6502 queue_work(ar->ab->workqueue_aux, &ar->wmi_mgmt_tx_work); in ath11k_mac_op_tx()
6559 cancel_work_sync(&ar->wmi_mgmt_tx_work); in ath11k_mac_config_mon_status_default()
10822 INIT_WORK(&ar->wmi_mgmt_tx_work, ath11k_mgmt_over_wmi_tx_work); in ath11k_mac_allocate()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c9271 struct ath12k *ar = container_of(work, struct ath12k, wmi_mgmt_tx_work); in ath12k_mac_op_tx()
9358 wiphy_work_queue(ath12k_ar_to_hw(ar)->wiphy, &ar->wmi_mgmt_tx_work); in ath12k_mac_config_mon_status_default()
9509 wiphy_work_cancel(ath12k_ar_to_hw(ar)->wiphy, &ar->wmi_mgmt_tx_work); in ath12k_mac_op_start()
12385 wiphy_work_flush(hw->wiphy, &ar->wmi_mgmt_tx_work); in ath12k_mac_set_fixed_rate_gi_ltf()
14802 wiphy_work_init(&ar->wmi_mgmt_tx_work, ath12k_mgmt_over_wmi_tx_work); in ath12k_mac_hw_allocate()