Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h393 struct work_struct update_wk; member
H A Dmac.c3465 arsta = container_of(wk, struct ath12k_sta, update_wk); in ath12k_sta_rc_update_wk()
3759 cancel_work_sync(&arsta->update_wk); in ath12k_mac_op_sta_state()
3767 INIT_WORK(&arsta->update_wk, ath12k_sta_rc_update_wk); in ath12k_mac_op_sta_state()
3961 ieee80211_queue_work(hw, &arsta->update_wk); in ath12k_mac_op_sta_rc_update()
6609 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath12k_mac_set_bitrate_mask_iter()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h491 struct work_struct update_wk; member
H A Dmac.c4670 arsta = container_of(wk, struct ath11k_sta, update_wk); in ath11k_sta_rc_update_wk()
5036 cancel_work_sync(&arsta->update_wk); in ath11k_mac_op_sta_state()
5047 INIT_WORK(&arsta->update_wk, ath11k_sta_rc_update_wk); in ath11k_mac_op_sta_state()
5271 ieee80211_queue_work(hw, &arsta->update_wk); in ath11k_mac_op_sta_rc_update()
8238 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath11k_mac_set_bitrate_mask_iter()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h538 struct work_struct update_wk; member
H A 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()