Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c1934 queue_work(priv->mfunc.master.comm_wq, &work->work); in mlx4_master_immediate_activate_vlan_qos()
2443 priv->mfunc.master.comm_wq = in mlx4_multi_func_init()
2445 if (!priv->mfunc.master.comm_wq) in mlx4_multi_func_init()
2461 flush_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()
2462 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_init()
2573 flush_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
2574 destroy_workqueue(priv->mfunc.master.comm_wq); in mlx4_multi_func_cleanup()
H A Dmlx4_eq.c218 queue_work(priv->mfunc.master.comm_wq, in slave_event()
718 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()
748 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int()
H A Dmlx4.h587 struct workqueue_struct *comm_wq; member