Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h454 struct work_struct update_wk; member
H A Dmac.c4289 arsta = container_of(wk, struct ath12k_sta, update_wk); in ath12k_sta_rc_update_wk()
4586 cancel_work_sync(&arsta->update_wk); in ath12k_mac_op_sta_state()
4600 INIT_WORK(&arsta->update_wk, ath12k_sta_rc_update_wk); in ath12k_mac_op_sta_state()
4811 ieee80211_queue_work(hw, &arsta->update_wk); in ath12k_mac_op_sta_rc_update()
8113 ieee80211_queue_work(ath12k_ar_to_hw(ar), &arsta->update_wk); in ath12k_mac_set_bitrate_mask_iter()
/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h540 struct work_struct update_wk; member
H A Dmac.c6726 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk()
7475 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state()
7485 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state()
8375 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter()
8592 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h540 struct work_struct update_wk; member
H A Dmac.c4777 arsta = container_of(wk, struct ath11k_sta, update_wk); in ath11k_sta_rc_update_wk()
5148 ieee80211_queue_work(hw, &arsta->update_wk); in ath11k_mac_op_sta_rc_update()
8555 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath11k_mac_set_bitrate_mask_iter()
9572 cancel_work_sync(&arsta->update_wk); in ath11k_mac_op_sta_state()
9583 INIT_WORK(&arsta->update_wk, ath11k_sta_rc_update_wk); in ath11k_mac_op_sta_state()