Searched refs:wq_cmd (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c286 queue_work(dev->priv.health.wq_cmd, &dev->priv.health.work_cmd_completion);
287 flush_workqueue(dev->priv.health.wq_cmd);
712 destroy_workqueue(health->wq_cmd);
733 health->wq_cmd = create_singlethread_workqueue(name);
734 if (!health->wq_cmd)
H A Dmlx5_cmd.c1000 } else if (!queue_work(dev->priv.health.wq_cmd, &ent->work)) {
1625 flush_workqueue(dev->priv.health.wq_cmd);
/freebsd-12-stable/sys/dev/mlx5/
H A Ddriver.h516 struct workqueue_struct *wq_cmd; member in struct:mlx5_core_health

Completed in 121 milliseconds