Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/mlx4/
Dqp.c111 static struct workqueue_struct *mlx4_ib_qp_event_wq; variable
277 queue_work(mlx4_ib_qp_event_wq, &qpe_work->work); in mlx4_ib_qp_event()
4513 mlx4_ib_qp_event_wq = alloc_ordered_workqueue("mlx4_ib_qp_event_wq", 0); in mlx4_ib_qp_event_init()
4514 if (!mlx4_ib_qp_event_wq) in mlx4_ib_qp_event_init()
4522 destroy_workqueue(mlx4_ib_qp_event_wq); in mlx4_ib_qp_event_cleanup()