Searched refs:destroy_wq (Results 1 – 11 of 11) sorted by relevance
1083 static void _mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq) in _mlx4_ib_mcg_port_cleanup() argument1108 if (destroy_wq) in _mlx4_ib_mcg_port_cleanup()1126 int destroy_wq; member1133 _mlx4_ib_mcg_port_cleanup(cw->ctx, cw->destroy_wq); in mcg_clean_task()1138 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq) in mlx4_ib_mcg_port_cleanup() argument1147 if (destroy_wq) { in mlx4_ib_mcg_port_cleanup()1148 _mlx4_ib_mcg_port_cleanup(ctx, destroy_wq); in mlx4_ib_mcg_port_cleanup()1160 work->destroy_wq = destroy_wq; in mlx4_ib_mcg_port_cleanup()
351 goto destroy_wq; in ne_setup_msix()356 destroy_wq: in ne_setup_msix()
192 UAPI_DEF_OBJ_NEEDS_FN(destroy_wq)),
2757 SET_DEVICE_OP(dev_ops, destroy_wq); in ib_set_device_ops()
2584 ret = wq->device->ops.destroy_wq(wq, udata); in ib_destroy_wq_user()
631 goto destroy_wq; in apr_probe()649 destroy_wq: in apr_probe()
707 goto destroy_wq; in apple_rtkit_init()711 destroy_wq: in apple_rtkit_init()
4180 goto destroy_wq; in srp_init_module()4206 destroy_wq: in srp_init_module()
2082 goto destroy_wq; in iscsi_add_session()2119 destroy_wq: in iscsi_add_session()
2590 int (*destroy_wq)(struct ib_wq *wq, struct ib_udata *udata); member
4504 .destroy_wq = mlx5_ib_destroy_wq,