Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmld.h261 struct wiphy_work add_txqs_wk; member
H A Dmld.c85 wiphy_work_init(&mld->add_txqs_wk, iwl_mld_add_txqs_wk); in iwl_construct_mld()
H A Dmac80211.c535 wiphy_work_cancel(mld->wiphy, &mld->add_txqs_wk); in iwl_mld_mac80211_stop()
801 wiphy_work_queue(mld->wiphy, &mld->add_txqs_wk); in iwl_mld_mac80211_wake_tx_queue()
1422 wiphy_work_queue(mld->wiphy, &mld->add_txqs_wk); in iwl_mld_mac80211_reconfig_complete()
H A Dtx.c153 add_txqs_wk); in iwl_mld_add_txqs_wk()