Home
last modified time | relevance | path

Searched refs:bcn_tx_work (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h405 struct work_struct bcn_tx_work; member
H A Dmac.c7071 bcn_tx_work); in ath11k_mac_bcn_tx_work()
7116 INIT_WORK(&arvif->bcn_tx_work, ath11k_mac_bcn_tx_work); in ath11k_mac_op_add_interface()
7359 cancel_work_sync(&arvif->bcn_tx_work); in ath11k_mac_op_remove_interface()
H A Dwmi.c7469 queue_work(ab->workqueue, &arvif->bcn_tx_work); in ath11k_bcn_tx_status_event()
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h353 struct wiphy_work bcn_tx_work; member
H A Dmac.c4101 bcn_tx_work); in ath12k_mac_bcn_tx_work()
4136 wiphy_work_init(&arvif->bcn_tx_work, ath12k_mac_bcn_tx_work); in ath12k_mac_init_arvif()
4176 wiphy_work_cancel(ath12k_ar_to_hw(ar)->wiphy, &arvif->bcn_tx_work); in ath12k_mac_remove_link_interface()
H A Dwmi.c7140 wiphy_work_queue(ath12k_ar_to_hw(ar)->wiphy, &arvif->bcn_tx_work); in ath12k_bcn_tx_status_event()