Home
last modified time | relevance | path

Searched refs:tid_config_wk (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dcore.h552 struct work_struct tid_config_wk; member
Dmac.c7290 arsta = container_of(wk, struct ath10k_sta, tid_config_wk); in ath10k_sta_tid_cfg_wk()
7409 ieee80211_queue_work(iter_data->ar->hw, &arsta->tid_config_wk); in ath10k_mac_vif_stations_tid_conf()
7431 INIT_WORK(&arsta->tid_config_wk, ath10k_sta_tid_cfg_wk); in ath10k_sta_state()
7441 cancel_work_sync(&arsta->tid_config_wk); in ath10k_sta_state()