Home
last modified time | relevance | path

Searched refs:destroy_wq (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c1083 static void _mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq) in _mlx4_ib_mcg_port_cleanup() argument
1108 if (destroy_wq) in _mlx4_ib_mcg_port_cleanup()
1126 int destroy_wq; member
1133 _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() argument
1147 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()
/linux/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.c351 goto destroy_wq; in ne_setup_msix()
356 destroy_wq: in ne_setup_msix()
/linux/drivers/infiniband/core/
H A Duverbs_std_types_wq.c192 UAPI_DEF_OBJ_NEEDS_FN(destroy_wq)),
H A Ddevice.c2757 SET_DEVICE_OP(dev_ops, destroy_wq); in ib_set_device_ops()
H A Dverbs.c2584 ret = wq->device->ops.destroy_wq(wq, udata); in ib_destroy_wq_user()
/linux/drivers/soc/qcom/
H A Dapr.c631 goto destroy_wq; in apr_probe()
649 destroy_wq: in apr_probe()
/linux/drivers/soc/apple/
H A Drtkit.c707 goto destroy_wq; in apple_rtkit_init()
711 destroy_wq: in apple_rtkit_init()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c4180 goto destroy_wq; in srp_init_module()
4206 destroy_wq: in srp_init_module()
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c2082 goto destroy_wq; in iscsi_add_session()
2119 destroy_wq: in iscsi_add_session()
/linux/include/rdma/
H A Dib_verbs.h2590 int (*destroy_wq)(struct ib_wq *wq, struct ib_udata *udata); member
/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c4504 .destroy_wq = mlx5_ib_destroy_wq,