Home
last modified time | relevance | path

Searched refs:post_srq_recv (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dcompat-1_0.c193 int (*post_srq_recv)(struct ibv_srq_1_0 *srq, member
388 ret = srq->context->real_context->ops.post_srq_recv(srq->real_srq, head_wr, in post_srq_recv_wrapper_1_0()
544 ctx->ops.post_srq_recv = post_srq_recv_wrapper_1_0; in __ibv_open_device_1_0()
H A Dverbs.h1439 int (*post_srq_recv)(struct ibv_srq *srq, member
2023 return srq->context->ops.post_srq_recv(srq, recv_wr, bad_recv_wr); in ibv_post_srq_recv()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c108 .post_srq_recv = mlx4_post_srq_recv,
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c102 .post_srq_recv = c4iw_post_srq_recv,
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1205 dev->ib_dev.post_srq_recv = mthca_arbel_post_srq_recv; in mthca_register_device()
1207 dev->ib_dev.post_srq_recv = mthca_tavor_post_srq_recv; in mthca_register_device()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c118 .post_srq_recv = mlx5_post_srq_recv,
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2248 int (*post_srq_recv)(struct ib_srq *srq, member
3165 return srq->device->post_srq_recv(srq, recv_wr, bad_recv_wr); in ib_post_srq_recv()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c211 ibdev->post_srq_recv = qlnxr_post_srq_recv; in qlnxr_register_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2369 ret = srq->device->post_srq_recv(srq, wr, &bad_wr); in ib_uverbs_post_srq_recv()
4065 UAPI_DEF_METHOD_NEEDS_FN(post_srq_recv)),
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2527 ibdev->ib_dev.post_srq_recv = mlx4_ib_post_srq_recv; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3451 dev->ib_dev.post_srq_recv = mlx5_ib_post_srq_recv; in mlx5_ib_add()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2132 ibdev->post_srq_recv = bnxt_re_post_srq_recv; in bnxt_re_register_ib()