Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h554 struct work_struct tid_config_wk; member
H A Dmac.c7342 arsta = container_of(wk, struct ath10k_sta, tid_config_wk); in ath10k_sta_tid_cfg_wk()
7461 ieee80211_queue_work(iter_data->ar->hw, &arsta->tid_config_wk); in ath10k_mac_vif_stations_tid_conf()
7483 INIT_WORK(&arsta->tid_config_wk, ath10k_sta_tid_cfg_wk); in ath10k_sta_state()
7493 cancel_work_sync(&arsta->tid_config_wk); in ath10k_sta_state()