Searched refs:destroy_qp (Results 1 – 20 of 20) sorted by relevance
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 112 .destroy_qp = irdma_udestroy_qp,
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_std_types.c | 342 UAPI_DEF_OBJ_NEEDS_FN(destroy_qp)),
|
H A D | ib_device.c | 104 IB_MANDATORY_FUNC(destroy_qp), in ib_device_check_mandatory()
|
H A D | ib_verbs.c | 871 real_qp->device->destroy_qp(real_qp, NULL); in ib_create_xrc_qp() 1506 ret = qp->device->destroy_qp(qp, udata); in ib_destroy_qp_user()
|
H A D | ib_uverbs_cmd.c | 3946 UAPI_DEF_METHOD_NEEDS_FN(destroy_qp)),
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4.c | 112 .destroy_qp = mlx4_destroy_qp,
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 96 .destroy_qp = c4iw_destroy_qp,
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | provider.c | 468 ibdev->destroy_qp = c4iw_destroy_qp; in c4iw_register_device()
|
H A D | qp.c | 103 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp() function 584 destroy_qp(&rhp->rdev, &qhp->wq, in free_qp_work() 1908 destroy_qp(&rhp->rdev, &qhp->wq, in c4iw_create_qp()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.c | 645 return qp->context->ops.destroy_qp(qp); in __ibv_destroy_qp()
|
H A D | compat-1_0.c | 202 int (*destroy_qp)(struct ibv_qp *qp); member
|
H A D | verbs.h | 1448 int (*destroy_qp)(struct ibv_qp *qp); member
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.c | 122 .destroy_qp = mlx5_destroy_qp,
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_os.c | 238 ibdev->destroy_qp = qlnxr_destroy_qp; in qlnxr_register_device()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1213 dev->ib_dev.destroy_qp = mthca_destroy_qp; in mthca_register_device()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2262 int (*destroy_qp)(struct ib_qp *qp, struct ib_udata *udata); member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2531 ibdev->ib_dev.destroy_qp = mlx4_ib_destroy_qp; in mlx4_ib_add()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3455 dev->ib_dev.destroy_qp = mlx5_ib_destroy_qp; in mlx5_ib_add()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 3289 dev_ops->destroy_qp = irdma_destroy_qp; in irdma_set_device_ops()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 2136 ibdev->destroy_qp = bnxt_re_destroy_qp; in bnxt_re_register_ib()
|