Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/mlx4/
Dmad.c1310 queue_work(ctx->wi_wq, &ctx->work); in mlx4_ib_wire_comp_handler()
2053 ctx->wi_wq = to_mdev(ibdev)->sriov.demux[port - 1].wi_wq; in create_pv_resources()
2203 ctx->wi_wq = alloc_ordered_workqueue("mlx4_ibwi%d", WQ_MEM_RECLAIM, port); in mlx4_ib_alloc_demux_ctx()
2204 if (!ctx->wi_wq) { in mlx4_ib_alloc_demux_ctx()
2220 destroy_workqueue(ctx->wi_wq); in mlx4_ib_alloc_demux_ctx()
2221 ctx->wi_wq = NULL; in mlx4_ib_alloc_demux_ctx()
2271 flush_workqueue(ctx->wi_wq); in mlx4_ib_free_demux_ctx()
2278 destroy_workqueue(ctx->wi_wq); in mlx4_ib_free_demux_ctx()
Dmlx4_ib.h486 struct workqueue_struct *wi_wq; member
494 struct workqueue_struct *wi_wq; member