Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c1921 queue_work(priv->mfunc.master.comm_wq, &work->work); in mlx4_master_immediate_activate_vlan_qos()
2411 priv->mfunc.master.comm_wq = in mlx4_multi_func_init()
2413 if (!priv->mfunc.master.comm_wq) in mlx4_multi_func_init()
2429 flush_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()
2430 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()
2531 flush_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
2532 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
Deq.c206 queue_work(priv->mfunc.master.comm_wq, in slave_event()
709 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()
739 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()
Dmlx4.h590 struct workqueue_struct *comm_wq; member