Searched refs:update_wk (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/wireless/ath/ath10k/ |
| A D | core.h | 543 struct work_struct update_wk; member
|
| A D | mac.c | 6754 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk() 7503 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state() 7513 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state() 8417 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter() 8635 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()
|
| /drivers/net/wireless/ath/ath11k/ |
| A D | core.h | 542 struct work_struct update_wk; member
|
| A D | mac.c | 4787 arsta = container_of(wk, struct ath11k_sta, update_wk); in ath11k_sta_rc_update_wk() 5159 ieee80211_queue_work(hw, &arsta->update_wk); in ath11k_mac_op_sta_rc_update() 8618 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath11k_mac_set_bitrate_mask_iter() 9675 cancel_work_sync(&arsta->update_wk); in ath11k_mac_op_sta_state() 9686 INIT_WORK(&arsta->update_wk, ath11k_sta_rc_update_wk); in ath11k_mac_op_sta_state()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | core.h | 550 struct wiphy_work update_wk; member
|
| A D | mac.c | 5984 arsta = container_of(wk, struct ath12k_link_sta, update_wk); in ath12k_sta_rc_update_wk() 6339 wiphy_work_cancel(ar->ah->hw->wiphy, &arsta->update_wk); in ath12k_mac_station_remove() 6490 wiphy_work_init(&arsta->update_wk, ath12k_sta_rc_update_wk); in ath12k_mac_assign_link_sta() 7266 wiphy_work_queue(hw->wiphy, &arsta->update_wk); in ath12k_mac_op_link_sta_rc_update() 12189 wiphy_work_queue(ath12k_ar_to_hw(ar)->wiphy, &arsta->update_wk); in ath12k_mac_set_bitrate_mask_iter()
|
Completed in 78 milliseconds