Home
last modified time | relevance | path

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

/trueos/contrib/ofed/libmthca/src/
HDmthca.c192 context->ibv_ctx.ops.post_srq_recv = mthca_arbel_post_srq_recv; in mthca_alloc_context()
198 context->ibv_ctx.ops.post_srq_recv = mthca_tavor_post_srq_recv; in mthca_alloc_context()
/trueos/sys/ofed/drivers/infiniband/core/
HDuverbs.h201 IB_UVERBS_DECLARE_CMD(post_srq_recv);
HDuverbs_cmd.c1745 ret = srq->device->post_srq_recv(srq, wr, &bad_wr); in ib_uverbs_post_srq_recv()
/trueos/contrib/ofed/libibverbs/src/
HDcompat-1_0.c195 int (*post_srq_recv)(struct ibv_srq_1_0 *srq, member
324 ret = srq->context->real_context->ops.post_srq_recv(srq->real_srq, head_wr, in post_srq_recv_wrapper_1_0()
442 ctx->ops.post_srq_recv = post_srq_recv_wrapper_1_0; in __ibv_open_device_1_0()
/trueos/contrib/ofed/libibverbs/include/infiniband/
HDverbs.h722 int (*post_srq_recv)(struct ibv_srq *srq, member
1045 return srq->context->ops.post_srq_recv(srq, recv_wr, bad_recv_wr); in ibv_post_srq_recv()
/trueos/contrib/ofed/libmlx4/src/
HDmlx4.c127 .post_srq_recv = mlx4_post_srq_recv,
/trueos/sys/ofed/include/rdma/
HDib_verbs.h1239 int (*post_srq_recv)(struct ib_srq *srq, member
1632 return srq->device->post_srq_recv(srq, recv_wr, bad_recv_wr); in ib_post_srq_recv()
/trueos/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_provider.c1362 dev->ib_dev.post_srq_recv = mthca_arbel_post_srq_recv; in mthca_register_device()
1364 dev->ib_dev.post_srq_recv = mthca_tavor_post_srq_recv; in mthca_register_device()
/trueos/sys/ofed/drivers/infiniband/hw/mlx4/
HDmain.c1970 ibdev->ib_dev.post_srq_recv = mlx4_ib_post_srq_recv; in mlx4_ib_add()