Searched refs:update_wk (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | core.h | 393 struct work_struct update_wk; member
|
H A D | mac.c | 3468 arsta = container_of(wk, struct ath12k_sta, update_wk); in ath12k_sta_rc_update_wk() 3762 cancel_work_sync(&arsta->update_wk); in ath12k_mac_op_sta_state() 3770 INIT_WORK(&arsta->update_wk, ath12k_sta_rc_update_wk); in ath12k_mac_op_sta_state() 3964 ieee80211_queue_work(hw, &arsta->update_wk); in ath12k_mac_op_sta_rc_update() 6612 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath12k_mac_set_bitrate_mask_iter()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | core.h | 491 struct work_struct update_wk; member
|
H A D | mac.c | 4670 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 D | core.h | 539 struct work_struct update_wk; member
|
H A D | mac.c | 6725 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk() 7474 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state() 7484 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state() 8374 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter() 8591 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()
|