Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dcore.h540 struct work_struct update_wk; member
H A Dmac.c6733 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk()
7482 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state()
7492 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state()
8389 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter()
8607 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dcore.h540 struct work_struct update_wk; member
H A Dmac.c4781 arsta = container_of(wk, struct ath11k_sta, update_wk); in ath11k_sta_rc_update_wk()
5153 ieee80211_queue_work(hw, &arsta->update_wk); in ath11k_mac_op_sta_rc_update()
8608 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath11k_mac_set_bitrate_mask_iter()
9626 cancel_work_sync(&arsta->update_wk); in ath11k_mac_op_sta_state()
9637 INIT_WORK(&arsta->update_wk, ath11k_sta_rc_update_wk); in ath11k_mac_op_sta_state()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.h501 struct wiphy_work update_wk; member
H A Dmac.c5157 arsta = container_of(wk, struct ath12k_link_sta, update_wk); in ath12k_sta_rc_update_wk()
5477 wiphy_work_cancel(ar->ah->hw->wiphy, &arsta->update_wk); in ath12k_mac_station_remove()
5625 wiphy_work_init(&arsta->update_wk, ath12k_sta_rc_update_wk); in ath12k_mac_assign_link_sta()
6017 wiphy_work_queue(hw->wiphy, &arsta->update_wk); in ath12k_mac_op_link_sta_rc_update()
9956 wiphy_work_queue(ath12k_ar_to_hw(ar)->wiphy, &arsta->update_wk); in ath12k_mac_set_bitrate_mask_iter()