update_wk         502 drivers/net/wireless/ath/ath10k/core.h 	struct work_struct update_wk;
update_wk        6298 drivers/net/wireless/ath/ath10k/mac.c 	arsta = container_of(wk, struct ath10k_sta, update_wk);
update_wk        6469 drivers/net/wireless/ath/ath10k/mac.c 		INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk);
update_wk        6478 drivers/net/wireless/ath/ath10k/mac.c 		cancel_work_sync(&arsta->update_wk);
update_wk        7447 drivers/net/wireless/ath/ath10k/mac.c 	ieee80211_queue_work(ar->hw, &arsta->update_wk);
update_wk        7663 drivers/net/wireless/ath/ath10k/mac.c 	ieee80211_queue_work(hw, &arsta->update_wk);