Home
last modified time | relevance | path

Searched refs:destroy_srq (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c348 UAPI_DEF_OBJ_NEEDS_FN(destroy_srq)),
H A Dib_verbs.c770 srq->device->destroy_srq(srq, udata); in ib_destroy_srq_user()
H A Dib_uverbs_cmd.c4054 UAPI_DEF_METHOD_NEEDS_FN(destroy_srq)),
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c107 .destroy_srq = mlx4_destroy_srq,
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c559 pd->context->ops.destroy_srq(srq); in __ibv_create_srq()
583 return srq->context->ops.destroy_srq(srq); in __ibv_destroy_srq()
H A Dcompat-1_0.c192 int (*destroy_srq)(struct ibv_srq *srq); member
H A Dverbs.h1438 int (*destroy_srq)(struct ibv_srq *srq); member
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c93 .destroy_srq = c4iw_destroy_srq,
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c117 .destroy_srq = mlx5_destroy_srq,
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c208 ibdev->destroy_srq = qlnxr_destroy_srq; in qlnxr_register_device()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1197 dev->ib_dev.destroy_srq = mthca_destroy_srq; in mthca_register_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2247 void (*destroy_srq)(struct ib_srq *srq, struct ib_udata *udata); member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2526 ibdev->ib_dev.destroy_srq = mlx4_ib_destroy_srq; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3451 dev->ib_dev.destroy_srq = mlx5_ib_destroy_srq; in mlx5_ib_add()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2131 ibdev->destroy_srq = bnxt_re_destroy_srq; in bnxt_re_register_ib()