Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c3170 priv->dfs_chan_sw_workqueue = alloc_workqueue("MWIFIEX_DFS_CHSW%s", in mwifiex_add_virtual_intf()
3173 if (!priv->dfs_chan_sw_workqueue) { in mwifiex_add_virtual_intf()
3203 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_add_virtual_intf()
3204 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_add_virtual_intf()
3255 if (priv->dfs_chan_sw_workqueue) { in mwifiex_del_virtual_intf()
3256 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_del_virtual_intf()
3257 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_del_virtual_intf()
4079 queue_delayed_work(priv->dfs_chan_sw_workqueue, &priv->dfs_chan_sw_work, in mwifiex_cfg80211_channel_switch()
Dmain.h679 struct workqueue_struct *dfs_chan_sw_workqueue; member