Searched refs:comm_wq (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_eq.c218 queue_work(priv->mfunc.master.comm_wq,
721 queue_work(priv->mfunc.master.comm_wq,
751 queue_work(priv->mfunc.master.comm_wq,
H A Dmlx4.h587 struct workqueue_struct *comm_wq; member in struct:mlx4_mfunc_master_ctx
H A Dmlx4_cmd.c1934 queue_work(priv->mfunc.master.comm_wq, &work->work);
2443 priv->mfunc.master.comm_wq =
2445 if (!priv->mfunc.master.comm_wq)
2461 flush_workqueue(priv->mfunc.master.comm_wq);
2462 destroy_workqueue(priv->mfunc.master.comm_wq);
2573 flush_workqueue(priv->mfunc.master.comm_wq);
2574 destroy_workqueue(priv->mfunc.master.comm_wq);

Completed in 152 milliseconds