Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h501 struct wiphy_work update_wk; member
H A Dmac.c6733 arsta = container_of(wk, struct ath12k_link_sta, update_wk); in ath12k_sta_rc_update_wk()
7101 wiphy_work_cancel(ar->ah->hw->wiphy, &arsta->update_wk); in ath12k_mac_station_remove()
7283 wiphy_work_init(&arsta->update_wk, ath12k_sta_rc_update_wk); in ath12k_mac_assign_link_sta()
8132 wiphy_work_queue(hw->wiphy, &arsta->update_wk); in ath12k_mac_op_link_sta_rc_update()
13257 wiphy_work_queue(ath12k_ar_to_hw(ar)->wiphy, &arsta->update_wk); in ath12k_mac_set_bitrate_mask_iter()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c6762 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk()
7511 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state()
7521 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state()
8424 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter()
8642 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()