Searched refs:wi_wq (Results 1 – 2 of 2) sorted by relevance
1308 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()
485 struct workqueue_struct *wi_wq; member493 struct workqueue_struct *wi_wq; member