Home
last modified time | relevance | path

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

/linux-6.6.21/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()
2206 ctx->wi_wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM); in mlx4_ib_alloc_demux_ctx()
2207 if (!ctx->wi_wq) { in mlx4_ib_alloc_demux_ctx()
2224 destroy_workqueue(ctx->wi_wq); in mlx4_ib_alloc_demux_ctx()
2225 ctx->wi_wq = NULL; in mlx4_ib_alloc_demux_ctx()
2275 flush_workqueue(ctx->wi_wq); in mlx4_ib_free_demux_ctx()
2282 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