Home
last modified time | relevance | path

Searched refs:tid_config_wk (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.h550 struct work_struct tid_config_wk; member
H A Dmac.c7181 arsta = container_of(wk, struct ath10k_sta, tid_config_wk); in ath10k_sta_tid_cfg_wk()
7300 ieee80211_queue_work(iter_data->ar->hw, &arsta->tid_config_wk); in ath10k_mac_vif_stations_tid_conf()
7322 INIT_WORK(&arsta->tid_config_wk, ath10k_sta_tid_cfg_wk); in ath10k_sta_state()
7332 cancel_work_sync(&arsta->tid_config_wk); in ath10k_sta_state()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.h552 struct work_struct tid_config_wk; member
H A Dmac.c7333 arsta = container_of(wk, struct ath10k_sta, tid_config_wk); in ath10k_sta_tid_cfg_wk()
7452 ieee80211_queue_work(iter_data->ar->hw, &arsta->tid_config_wk); in ath10k_mac_vif_stations_tid_conf()
7474 INIT_WORK(&arsta->tid_config_wk, ath10k_sta_tid_cfg_wk); in ath10k_sta_state()
7484 cancel_work_sync(&arsta->tid_config_wk); in ath10k_sta_state()

Completed in 29 milliseconds