Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dcore.h480 struct work_struct update_wk; member
Dmac.c4223 arsta = container_of(wk, struct ath11k_sta, update_wk); in ath11k_sta_rc_update_wk()
4523 cancel_work_sync(&arsta->update_wk); in ath11k_mac_op_sta_state()
4534 INIT_WORK(&arsta->update_wk, ath11k_sta_rc_update_wk); in ath11k_mac_op_sta_state()
4772 ieee80211_queue_work(hw, &arsta->update_wk); in ath11k_mac_op_sta_rc_update()
7699 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath11k_mac_set_bitrate_mask_iter()
/Linux-v6.1/drivers/net/wireless/ath/ath10k/
Dcore.h538 struct work_struct update_wk; member
Dmac.c6723 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk()
7472 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state()
7482 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state()
8365 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter()
8582 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()