Home
last modified time | relevance | path

Searched refs:dfs_chan_sw_workqueue (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3061 priv->dfs_chan_sw_workqueue = alloc_workqueue("MWIFIEX_DFS_CHSW%s", in mwifiex_add_virtual_intf()
3064 if (!priv->dfs_chan_sw_workqueue) { in mwifiex_add_virtual_intf()
3110 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_add_virtual_intf()
3111 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_add_virtual_intf()
3163 if (priv->dfs_chan_sw_workqueue) { in mwifiex_del_virtual_intf()
3164 flush_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_del_virtual_intf()
3165 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_del_virtual_intf()
3166 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_del_virtual_intf()
3971 queue_delayed_work(priv->dfs_chan_sw_workqueue, &priv->dfs_chan_sw_work, in mwifiex_cfg80211_channel_switch()
H A Dmain.h694 struct workqueue_struct *dfs_chan_sw_workqueue; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3141 priv->dfs_chan_sw_workqueue = alloc_workqueue("MWIFIEX_DFS_CHSW%s", in mwifiex_add_virtual_intf()
3144 if (!priv->dfs_chan_sw_workqueue) { in mwifiex_add_virtual_intf()
3174 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_add_virtual_intf()
3175 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_add_virtual_intf()
3226 if (priv->dfs_chan_sw_workqueue) { in mwifiex_del_virtual_intf()
3227 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_del_virtual_intf()
3228 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_del_virtual_intf()
4016 queue_delayed_work(priv->dfs_chan_sw_workqueue, &priv->dfs_chan_sw_work, in mwifiex_cfg80211_channel_switch()
H A Dmain.h675 struct workqueue_struct *dfs_chan_sw_workqueue; member

Completed in 16 milliseconds