Searched refs:destroy_qp (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/sys/ofed/drivers/infiniband/core/ |
| D | uverbs.h | 276 IB_UVERBS_DECLARE_CMD(destroy_qp);
|
| D | ib_device.c | 106 IB_MANDATORY_FUNC(destroy_qp), in ib_device_check_mandatory()
|
| D | ib_verbs.c | 788 real_qp->device->destroy_qp(real_qp); in ib_create_xrc_qp() 1337 ret = qp->device->destroy_qp(qp); in ib_destroy_qp()
|
| /freebsd-12-stable/contrib/ofed/libmlx4/ |
| D | mlx4.c | 112 .destroy_qp = mlx4_destroy_qp,
|
| /freebsd-12-stable/contrib/ofed/libcxgb4/ |
| D | dev.c | 96 .destroy_qp = c4iw_destroy_qp,
|
| /freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/ |
| D | provider.c | 487 ibdev->destroy_qp = c4iw_destroy_qp; in c4iw_register_device()
|
| D | qp.c | 105 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp() function 583 destroy_qp(&rhp->rdev, &qhp->wq, in free_qp_work() 1906 destroy_qp(&rhp->rdev, &qhp->wq, in c4iw_create_qp()
|
| /freebsd-12-stable/contrib/ofed/libmlx5/ |
| D | mlx5.c | 116 .destroy_qp = mlx5_destroy_qp,
|
| /freebsd-12-stable/contrib/ofed/libibverbs/ |
| D | verbs.c | 623 return qp->context->ops.destroy_qp(qp); in __ibv_destroy_qp()
|
| D | compat-1_0.c | 202 int (*destroy_qp)(struct ibv_qp *qp); member
|
| D | verbs.h | 1448 int (*destroy_qp)(struct ibv_qp *qp); member
|
| /freebsd-12-stable/sys/dev/mthca/ |
| D | mthca_provider.c | 1260 dev->ib_dev.destroy_qp = mthca_destroy_qp; in mthca_register_device()
|
| /freebsd-12-stable/sys/ofed/include/rdma/ |
| D | ib_verbs.h | 1978 int (*destroy_qp)(struct ib_qp *qp); member
|
| /freebsd-12-stable/sys/dev/mlx4/mlx4_ib/ |
| D | mlx4_ib_main.c | 2622 ibdev->ib_dev.destroy_qp = mlx4_ib_destroy_qp; in mlx4_ib_add()
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_ib/ |
| D | mlx5_ib_main.c | 3192 dev->ib_dev.destroy_qp = mlx5_ib_destroy_qp; in mlx5_ib_add()
|