Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dcore.h391 struct work_struct update_wk; member
Dmac.c3459 arsta = container_of(wk, struct ath12k_sta, update_wk); in ath12k_sta_rc_update_wk()
3753 cancel_work_sync(&arsta->update_wk); in ath12k_mac_op_sta_state()
3761 INIT_WORK(&arsta->update_wk, ath12k_sta_rc_update_wk); in ath12k_mac_op_sta_state()
3955 ieee80211_queue_work(hw, &arsta->update_wk); in ath12k_mac_op_sta_rc_update()
6588 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath12k_mac_set_bitrate_mask_iter()
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dcore.h538 struct work_struct update_wk; member
Dmac.c6724 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk()
7473 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state()
7483 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state()
8373 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter()
8590 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dcore.h491 struct work_struct update_wk; member
Dmac.c4673 arsta = container_of(wk, struct ath11k_sta, update_wk); in ath11k_sta_rc_update_wk()
5039 cancel_work_sync(&arsta->update_wk); in ath11k_mac_op_sta_state()
5050 INIT_WORK(&arsta->update_wk, ath11k_sta_rc_update_wk); in ath11k_mac_op_sta_state()
5274 ieee80211_queue_work(hw, &arsta->update_wk); in ath11k_mac_op_sta_rc_update()
8233 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath11k_mac_set_bitrate_mask_iter()