Home
last modified time | relevance | path

Searched refs:add_txqs_wk (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmld.h288 struct wiphy_work add_txqs_wk; member
H A Dmld.c87 wiphy_work_init(&mld->add_txqs_wk, iwl_mld_add_txqs_wk); in iwl_construct_mld()
H A Dmac80211.c627 wiphy_work_cancel(mld->wiphy, &mld->add_txqs_wk); in iwl_mld_mac80211_stop()
947 wiphy_work_queue(mld->wiphy, &mld->add_txqs_wk); in iwl_mld_mac80211_wake_tx_queue()
1564 wiphy_work_queue(mld->wiphy, &mld->add_txqs_wk); in iwl_mld_mac80211_reconfig_complete()
H A Dtx.c158 add_txqs_wk); in iwl_mld_add_txqs_wk()