Searched refs:destroy_wq (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | mcg.c | 1083 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 D | mlx4_ib.h | 840 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq);
|
H A D | main.c | 2585 .destroy_wq = mlx4_ib_destroy_wq,
|
/openbmc/linux/drivers/infiniband/hw/mana/ |
H A D | device.c | 30 .destroy_wq = mana_ib_destroy_wq,
|
/openbmc/linux/drivers/virt/nitro_enclaves/ |
H A D | ne_pci_dev.c | 351 goto destroy_wq; in ne_setup_msix() 356 destroy_wq: in ne_setup_msix()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_std_types_wq.c | 192 UAPI_DEF_OBJ_NEEDS_FN(destroy_wq)),
|
H A D | device.c | 2639 SET_DEVICE_OP(dev_ops, destroy_wq); in ib_set_device_ops()
|
H A D | verbs.c | 2566 ret = wq->device->ops.destroy_wq(wq, udata); in ib_destroy_wq_user()
|
H A D | uverbs_cmd.c | 3988 UAPI_DEF_METHOD_NEEDS_FN(destroy_wq)),
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | apr.c | 634 goto destroy_wq; in apr_probe() 652 destroy_wq: in apr_probe()
|
/openbmc/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptpf_main.c | 343 goto destroy_wq; in cptpf_flr_wq_init() 351 destroy_wq: in cptpf_flr_wq_init()
|
/openbmc/linux/drivers/soc/apple/ |
H A D | rtkit.c | 756 goto destroy_wq; in apple_rtkit_init() 760 destroy_wq: in apple_rtkit_init()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-hyperv.c | 3718 goto destroy_wq; in hv_pci_probe() 3802 destroy_wq: in hv_pci_probe()
|
/openbmc/linux/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 4178 goto destroy_wq; in srp_init_module() 4204 destroy_wq: in srp_init_module()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | core.c | 4760 goto destroy_wq; in nvme_core_init() 4815 destroy_wq: in nvme_core_init()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 2081 goto destroy_wq; in iscsi_add_session() 2118 destroy_wq: in iscsi_add_session()
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 2546 int (*destroy_wq)(struct ib_wq *wq, struct ib_udata *udata); member
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 4008 .destroy_wq = mlx5_ib_destroy_wq,
|