Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c3059 priv->dfs_chan_sw_workqueue = alloc_workqueue("MWIFIEX_DFS_CHSW%s", in mwifiex_add_virtual_intf()
3062 if (!priv->dfs_chan_sw_workqueue) { in mwifiex_add_virtual_intf()
3108 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_add_virtual_intf()
3109 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_add_virtual_intf()
3161 if (priv->dfs_chan_sw_workqueue) { in mwifiex_del_virtual_intf()
3162 flush_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_del_virtual_intf()
3163 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_del_virtual_intf()
3164 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_del_virtual_intf()
3969 queue_delayed_work(priv->dfs_chan_sw_workqueue, &priv->dfs_chan_sw_work, in mwifiex_cfg80211_channel_switch()
Dmain.h694 struct workqueue_struct *dfs_chan_sw_workqueue; member