Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dqp.c84 static struct workqueue_struct *mlx5_ib_qp_event_wq; variable
426 queue_work(mlx5_ib_qp_event_wq, &qpe_work->work); in mlx5_ib_qp_event()
5833 mlx5_ib_qp_event_wq = alloc_ordered_workqueue("mlx5_ib_qp_event_wq", 0); in mlx5_ib_qp_event_init()
5834 if (!mlx5_ib_qp_event_wq) in mlx5_ib_qp_event_init()
5842 destroy_workqueue(mlx5_ib_qp_event_wq); in mlx5_ib_qp_event_cleanup()