Searched refs:update_wk (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | core.h | 353 struct work_struct update_wk; member
|
H A D | mac.c | 2804 arsta = container_of(wk, struct ath11k_sta, update_wk); in ath11k_sta_rc_update_wk() 3041 cancel_work_sync(&arsta->update_wk); in ath11k_mac_op_sta_state() 3049 INIT_WORK(&arsta->update_wk, ath11k_sta_rc_update_wk); in ath11k_mac_op_sta_state() 3231 ieee80211_queue_work(hw, &arsta->update_wk); in ath11k_mac_op_sta_rc_update() 5665 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath11k_mac_set_bitrate_mask_iter()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | core.h | 391 struct work_struct update_wk; member
|
H A D | mac.c | 3459 arsta = container_of(wk, struct ath12k_sta, update_wk); in ath12k_sta_rc_update_wk() 3753 cancel_work_sync(&arsta->update_wk); in ath12k_mac_op_sta_state() 3761 INIT_WORK(&arsta->update_wk, ath12k_sta_rc_update_wk); in ath12k_mac_op_sta_state() 3955 ieee80211_queue_work(hw, &arsta->update_wk); in ath12k_mac_op_sta_rc_update() 6588 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath12k_mac_set_bitrate_mask_iter()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | core.h | 536 struct work_struct update_wk; member
|
H A D | mac.c | 6575 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk() 7321 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state() 7331 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state() 8212 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter() 8428 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | core.h | 491 struct work_struct update_wk; member
|
H A D | mac.c | 4678 arsta = container_of(wk, struct ath11k_sta, update_wk); in ath11k_sta_rc_update_wk() 5044 cancel_work_sync(&arsta->update_wk); in ath11k_mac_op_sta_state() 5055 INIT_WORK(&arsta->update_wk, ath11k_sta_rc_update_wk); in ath11k_mac_op_sta_state() 5279 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | core.h | 538 struct work_struct update_wk; member
|
H A D | mac.c | 6724 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()
|
Completed in 58 milliseconds