Searched refs:update_wk (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath11k/ |
D | core.h | 477 struct work_struct update_wk; member
|
D | mac.c | 4214 arsta = container_of(wk, struct ath11k_sta, update_wk); in ath11k_sta_rc_update_wk() 4513 cancel_work_sync(&arsta->update_wk); in ath11k_mac_op_sta_state() 4523 INIT_WORK(&arsta->update_wk, ath11k_sta_rc_update_wk); in ath11k_mac_op_sta_state() 4761 ieee80211_queue_work(hw, &arsta->update_wk); in ath11k_mac_op_sta_rc_update() 7723 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath11k_mac_set_bitrate_mask_iter()
|
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | core.h | 538 struct work_struct update_wk; member
|
D | mac.c | 6681 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk() 7430 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state() 7440 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state() 8325 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter() 8542 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()
|