Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c1905 queue_work(priv->mfunc.master.comm_wq, &work->work); in mlx4_master_immediate_activate_vlan_qos()
2395 priv->mfunc.master.comm_wq = in mlx4_multi_func_init()
2397 if (!priv->mfunc.master.comm_wq) in mlx4_multi_func_init()
2413 flush_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()
2414 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()
2515 flush_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
2516 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
Deq.c195 queue_work(priv->mfunc.master.comm_wq, in slave_event()
677 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()
707 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()
Dmlx4.h579 struct workqueue_struct *comm_wq; member