Searched refs:post_srq_recv (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/ofed/libmthca/src/ |
| HD | mthca.c | 192 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/ |
| HD | uverbs.h | 201 IB_UVERBS_DECLARE_CMD(post_srq_recv);
|
| HD | uverbs_cmd.c | 1745 ret = srq->device->post_srq_recv(srq, wr, &bad_wr); in ib_uverbs_post_srq_recv()
|
| /trueos/contrib/ofed/libibverbs/src/ |
| HD | compat-1_0.c | 195 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/ |
| HD | verbs.h | 722 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/ |
| HD | mlx4.c | 127 .post_srq_recv = mlx4_post_srq_recv,
|
| /trueos/sys/ofed/include/rdma/ |
| HD | ib_verbs.h | 1239 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/ |
| HD | mthca_provider.c | 1362 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/ |
| HD | main.c | 1970 ibdev->ib_dev.post_srq_recv = mlx4_ib_post_srq_recv; in mlx4_ib_add()
|