Home
last modified time | relevance | path

Searched refs:comm_wq (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c1939 queue_work(priv->mfunc.master.comm_wq, &work->work); in mlx4_master_immediate_activate_vlan_qos()
2463 priv->mfunc.master.comm_wq = in mlx4_multi_func_init()
2465 if (!priv->mfunc.master.comm_wq) in mlx4_multi_func_init()
2481 flush_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()
2482 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()
2592 flush_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
2593 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
Deq.c218 queue_work(priv->mfunc.master.comm_wq, in slave_event()
731 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()
761 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()
Dmlx4.h596 struct workqueue_struct *comm_wq; member