mlx5_ib_destroy_qp
int mlx5_ib_destroy_qp(struct ib_qp *qp, struct ib_udata *udata);
mlx5_ib_destroy_qp(dev->umrc.qp, NULL);
mlx5_ib_destroy_qp(qp, NULL);
dev->ib_dev.destroy_qp = mlx5_ib_destroy_qp;