Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dcore.h353 struct work_struct update_wk; member
H A Dmac.c2804 arsta = container_of(wk, struct ath11k_sta, update_wk); in ath11k_sta_rc_update_wk()
3041 cancel_work_sync(&arsta->update_wk); in ath11k_mac_op_sta_state()
3049 INIT_WORK(&arsta->update_wk, ath11k_sta_rc_update_wk); in ath11k_mac_op_sta_state()
3231 ieee80211_queue_work(hw, &arsta->update_wk); in ath11k_mac_op_sta_rc_update()
5665 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath11k_mac_set_bitrate_mask_iter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dcore.h536 struct work_struct update_wk; member
H A Dmac.c6575 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk()
7321 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state()
7331 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state()
8212 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter()
8428 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()