Home
last modified time | relevance | path

Searched refs:destroy_wq (Results 1 – 18 of 18) 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()
H A Dmlx4_ib.h840 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq);
H A Dmain.c2585 .destroy_wq = mlx4_ib_destroy_wq,
/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/hw/mana/
H A Ddevice.c32 .destroy_wq = mana_ib_destroy_wq,
/linux/drivers/infiniband/core/
H A Duverbs_std_types_wq.c192 UAPI_DEF_OBJ_NEEDS_FN(destroy_wq)),
H A Ddevice.c2643 SET_DEVICE_OP(dev_ops, destroy_wq); in ib_set_device_ops()
H A Dverbs.c2566 ret = wq->device->ops.destroy_wq(wq, udata); in ib_destroy_wq_user()
H A Duverbs_cmd.c3987 UAPI_DEF_METHOD_NEEDS_FN(destroy_wq)),
/linux/drivers/soc/qcom/
H A Dapr.c634 goto destroy_wq; in apr_probe()
652 destroy_wq: in apr_probe()
/linux/drivers/soc/apple/
H A Drtkit.c679 goto destroy_wq; in apple_rtkit_init()
683 destroy_wq: in apple_rtkit_init()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_main.c345 goto destroy_wq; in cptpf_flr_wq_init()
353 destroy_wq: in cptpf_flr_wq_init()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c3711 goto destroy_wq; in hv_pci_probe()
3795 destroy_wq: in hv_pci_probe()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c4179 goto destroy_wq; in srp_init_module()
4205 destroy_wq: in srp_init_module()
/linux/drivers/nvme/host/
H A Dcore.c4894 goto destroy_wq; in nvme_core_init()
4942 destroy_wq: in nvme_core_init()
/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.h2529 int (*destroy_wq)(struct ib_wq *wq, struct ib_udata *udata); member
/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c3986 .destroy_wq = mlx5_ib_destroy_wq,