Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mlx4/
Dmad.c1308 queue_work(ctx->wi_wq, &ctx->work); in mlx4_ib_wire_comp_handler()
2050 ctx->wi_wq = to_mdev(ibdev)->sriov.demux[port - 1].wi_wq; in create_pv_resources()
2203 ctx->wi_wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM); in mlx4_ib_alloc_demux_ctx()
2204 if (!ctx->wi_wq) { in mlx4_ib_alloc_demux_ctx()
2221 destroy_workqueue(ctx->wi_wq); in mlx4_ib_alloc_demux_ctx()
2222 ctx->wi_wq = NULL; in mlx4_ib_alloc_demux_ctx()
2272 flush_workqueue(ctx->wi_wq); in mlx4_ib_free_demux_ctx()
2279 destroy_workqueue(ctx->wi_wq); in mlx4_ib_free_demux_ctx()
Dmlx4_ib.h485 struct workqueue_struct *wi_wq; member
493 struct workqueue_struct *wi_wq; member