Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/mlx4/
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()
Dmlx4_ib.h838 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq);
Dmain.c2589 .destroy_wq = mlx4_ib_destroy_wq,
/Linux-v5.15/drivers/virt/nitro_enclaves/
Dne_pci_dev.c351 goto destroy_wq; in ne_setup_msix()
356 destroy_wq: in ne_setup_msix()
/Linux-v5.15/drivers/infiniband/core/
Duverbs_std_types_wq.c192 UAPI_DEF_OBJ_NEEDS_FN(destroy_wq)),
Ddevice.c2637 SET_DEVICE_OP(dev_ops, destroy_wq); in ib_set_device_ops()
Dverbs.c2496 ret = wq->device->ops.destroy_wq(wq, udata); in ib_destroy_wq_user()
Duverbs_cmd.c3982 UAPI_DEF_METHOD_NEEDS_FN(destroy_wq)),
/Linux-v5.15/drivers/soc/qcom/
Dapr.c443 goto destroy_wq; in apr_probe()
461 destroy_wq: in apr_probe()
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_main.c334 goto destroy_wq; in cptpf_flr_wq_init()
342 destroy_wq: in cptpf_flr_wq_init()
/Linux-v5.15/drivers/target/
Dtarget_core_xcopy.c485 goto destroy_wq; in target_xcopy_setup_pt()
495 destroy_wq: in target_xcopy_setup_pt()
/Linux-v5.15/drivers/pci/controller/
Dpci-hyperv.c3160 goto destroy_wq; in hv_pci_probe()
3275 destroy_wq: in hv_pci_probe()
/Linux-v5.15/drivers/infiniband/ulp/srp/
Dib_srp.c4115 goto destroy_wq; in srp_init_module()
4141 destroy_wq: in srp_init_module()
/Linux-v5.15/drivers/nvme/host/
Dcore.c4639 goto destroy_wq; in nvme_core_init()
4689 destroy_wq: in nvme_core_init()
/Linux-v5.15/drivers/scsi/
Dscsi_transport_iscsi.c4891 goto destroy_wq; in iscsi_transport_init()
4896 destroy_wq: in iscsi_transport_init()
/Linux-v5.15/include/rdma/
Dib_verbs.h2522 int (*destroy_wq)(struct ib_wq *wq, struct ib_udata *udata); member
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dmain.c3912 .destroy_wq = mlx5_ib_destroy_wq,