Searched refs:destroy_qp (Results 1 – 14 of 14) sorted by relevance
198 IB_UVERBS_DECLARE_CMD(destroy_qp);
89 IB_MANDATORY_FUNC(destroy_qp), in ib_device_check_mandatory()
706 ret = qp->device->destroy_qp(qp); in ib_destroy_qp()
127 .destroy_qp = mthca_destroy_qp,
131 .destroy_qp = mlx4_destroy_qp,
445 ibdev->destroy_qp = c4iw_destroy_qp; in c4iw_register_device()
107 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp() function1433 destroy_qp(&rhp->rdev, &qhp->wq, in c4iw_destroy_qp()1635 destroy_qp(&rhp->rdev, &qhp->wq, in c4iw_create_qp()
487 return qp->context->ops.destroy_qp(qp); in __ibv_destroy_qp()
204 int (*destroy_qp)(struct ibv_qp *qp); member
731 int (*destroy_qp)(struct ibv_qp *qp); member
1103 dev->ibdev.destroy_qp = iwch_destroy_qp; in iwch_register_device()
1253 int (*destroy_qp)(struct ib_qp *qp); member
1370 dev->ib_dev.destroy_qp = mthca_destroy_qp; in mthca_register_device()
1974 ibdev->ib_dev.destroy_qp = mlx4_ib_destroy_qp; in mlx4_ib_add()