Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dcore.h318 struct work_struct update_wk; member
Dmac.c5237 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk()
5411 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state()
5417 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state()
6240 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter()
6398 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()