Searched refs:update_wk (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | core.h | 547 struct work_struct update_wk; member
|
| H A D | mac.c | 6774 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk() 7523 INIT_WORK(&arsta->update_wk, ath10k_sta_rc_update_wk); in ath10k_sta_state() 7533 cancel_work_sync(&arsta->update_wk); in ath10k_sta_state() 8436 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath10k_mac_set_bitrate_mask_iter() 8659 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | core.h | 575 struct work_struct update_wk; member
|
| H A D | mac.c | 5009 arsta = container_of(wk, struct ath11k_sta, update_wk); in ath11k_sta_rc_update_wk() 5383 ieee80211_queue_work(hw, &arsta->update_wk); in ath11k_mac_op_sta_rc_update() 9021 ieee80211_queue_work(ar->hw, &arsta->update_wk); in ath11k_mac_set_bitrate_mask_iter() 9958 cancel_work_sync(&arsta->update_wk); in ath11k_mac_op_sta_state() 9969 INIT_WORK(&arsta->update_wk, ath11k_sta_rc_update_wk); in ath11k_mac_op_sta_state()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | core.h | 520 struct wiphy_work update_wk; member
|
| H A D | mac.c | 6587 arsta = container_of(wk, struct ath12k_link_sta, update_wk); in ath12k_sta_rc_update_wk() 6959 wiphy_work_cancel(ar->ah->hw->wiphy, &arsta->update_wk); in ath12k_mac_station_remove() 7132 wiphy_work_init(&arsta->update_wk, ath12k_sta_rc_update_wk); in ath12k_mac_assign_link_sta() 7954 wiphy_work_queue(hw->wiphy, &arsta->update_wk); in ath12k_mac_op_link_sta_rc_update() 12930 wiphy_work_queue(ath12k_ar_to_hw(ar)->wiphy, &arsta->update_wk); in ath12k_mac_set_bitrate_mask_iter()
|