Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmld.h291 struct wiphy_work add_txqs_wk; member
H A Dmld.c101 wiphy_work_init(&mld->add_txqs_wk, iwl_mld_add_txqs_wk); in iwl_construct_mld()
H A Dmac80211.c631 wiphy_work_cancel(mld->wiphy, &mld->add_txqs_wk); in iwl_mld_mac80211_stop()
898 wiphy_work_queue(mld->wiphy, &mld->add_txqs_wk); in iwl_mld_mac80211_wake_tx_queue()
1507 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()