Symbol: destroy_qp
drivers/infiniband/core/device.c
2757
SET_DEVICE_OP(dev_ops, destroy_qp);
drivers/infiniband/core/device.c
291
IB_MANDATORY_FUNC(destroy_qp),
drivers/infiniband/core/uverbs_cmd.c
3936
UAPI_DEF_METHOD_NEEDS_FN(destroy_qp)),
drivers/infiniband/core/uverbs_std_types_qp.c
378
UAPI_DEF_OBJ_NEEDS_FN(destroy_qp)),
drivers/infiniband/core/verbs.c
1324
qp->device->ops.destroy_qp(qp, udata ? &dummy : NULL);
drivers/infiniband/core/verbs.c
2167
ret = qp->device->ops.destroy_qp(qp, udata);
drivers/infiniband/hw/bnxt_re/main.c
1346
.destroy_qp = bnxt_re_destroy_qp,
drivers/infiniband/hw/cxgb4/provider.c
470
.destroy_qp = c4iw_destroy_qp,
drivers/infiniband/hw/cxgb4/qp.c
2107
destroy_qp(&rhp->rdev, &qhp->wq,
drivers/infiniband/hw/cxgb4/qp.c
2371
destroy_qp(&rhp->rdev, &qhp->wq,
drivers/infiniband/hw/efa/efa_main.c
383
.destroy_qp = efa_destroy_qp,
drivers/infiniband/hw/erdma/erdma_main.c
513
.destroy_qp = erdma_destroy_qp,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
7200
.destroy_qp = hns_roce_v2_destroy_qp,
drivers/infiniband/hw/ionic/ionic_controlpath.c
1679
.cmd.destroy_qp = {
drivers/infiniband/hw/ionic/ionic_fw.h
860
struct ionic_admin_destroy_qp destroy_qp;
drivers/infiniband/hw/ionic/ionic_ibdev.c
238
.destroy_qp = ionic_destroy_qp,
drivers/infiniband/hw/irdma/verbs.c
5367
.destroy_qp = irdma_destroy_qp,
drivers/infiniband/hw/mana/device.c
33
.destroy_qp = mana_ib_destroy_qp,
drivers/infiniband/hw/mana/qp.c
584
goto destroy_qp;
drivers/infiniband/hw/mana/qp.c
590
goto destroy_qp;
drivers/infiniband/hw/mana/qp.c
594
destroy_qp:
drivers/infiniband/hw/mana/qp.c
683
goto destroy_qp;
drivers/infiniband/hw/mana/qp.c
689
destroy_qp:
drivers/infiniband/hw/mlx4/main.c
2536
.destroy_qp = mlx4_ib_destroy_qp,
drivers/infiniband/hw/mlx5/main.c
4530
.destroy_qp = mlx5_ib_destroy_qp,
drivers/infiniband/hw/mlx5/qp.c
2226
destroy_qp(dev, qp, base, udata);
drivers/infiniband/hw/mlx5/qp.c
2429
destroy_qp(dev, qp, base, udata);
drivers/infiniband/hw/mlx5/qp.c
2562
destroy_qp(dev, qp, base, NULL);
drivers/infiniband/hw/mlx5/qp.c
2727
destroy_qp(dev, qp, base, udata);
drivers/infiniband/hw/mlx5/qp.c
3332
goto destroy_qp;
drivers/infiniband/hw/mlx5/qp.c
3336
destroy_qp:
drivers/infiniband/hw/mlx5/qpc.c
275
mlx5_cmd_exec_in(dev->mdev, destroy_qp, din);
drivers/infiniband/hw/mlx5/qpc.c
333
return mlx5_cmd_exec_in(dev->mdev, destroy_qp, in);
drivers/infiniband/hw/mlx5/umr.c
180
goto destroy_qp;
drivers/infiniband/hw/mlx5/umr.c
192
destroy_qp:
drivers/infiniband/hw/mthca/mthca_provider.c
1080
.destroy_qp = mthca_destroy_qp,
drivers/infiniband/hw/ocrdma/ocrdma_main.c
149
.destroy_qp = ocrdma_destroy_qp,
drivers/infiniband/hw/qedr/main.c
209
.destroy_qp = qedr_destroy_qp,
drivers/infiniband/hw/usnic/usnic_ib_main.c
365
.destroy_qp = usnic_ib_destroy_qp,
drivers/infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h
659
struct pvrdma_cmd_destroy_qp destroy_qp;
drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
204
.destroy_qp = pvrdma_destroy_qp,
drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c
479
struct pvrdma_cmd_destroy_qp *cmd = &req.destroy_qp;
drivers/infiniband/sw/rdmavt/vt.c
344
.destroy_qp = rvt_destroy_qp,
drivers/infiniband/sw/rdmavt/vt.c
447
if (!rdi->ibdev.ops.destroy_qp)
drivers/infiniband/sw/rxe/rxe_verbs.c
1491
.destroy_qp = rxe_destroy_qp,
drivers/infiniband/sw/siw/siw_main.c
242
.destroy_qp = siw_destroy_qp,
drivers/net/ethernet/huawei/hinic/hinic_hw_io.c
444
destroy_qp(func_to_io, &func_to_io->qps[j]);
drivers/net/ethernet/huawei/hinic/hinic_hw_io.c
478
destroy_qp(func_to_io, &func_to_io->qps[i]);
drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c
642
mlx5_cmd_exec_in(dev, destroy_qp, in);
drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c
332
mlx5_cmd_exec_in(mdev, destroy_qp, in);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_send.c
354
mlx5_cmd_exec_in(mdev, destroy_qp, in);
drivers/vdpa/mlx5/net/mlx5_vnet.c
486
if (mlx5_cmd_exec_in(ndev->mvdev.mdev, destroy_qp, in))
drivers/vfio/pci/mlx5/cmd.c
1392
mlx5_cmd_exec_in(mdev, destroy_qp, in);
include/rdma/ib_verbs.h
2537
int (*destroy_qp)(struct ib_qp *qp, struct ib_udata *udata);
net/smc/smc_core.c
852
goto destroy_qp;
net/smc/smc_core.c
858
goto destroy_qp;
net/smc/smc_core.c
870
destroy_qp: