Home
last modified time | relevance | path

Searched refs:post_recv (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c114 .post_recv = irdma_upost_recv,
H A Dirdma_uverbs.c1845 struct irdma_post_rq_info post_recv = {}; in irdma_upost_recv() local
1865 post_recv.num_sges = ib_wr->num_sge; in irdma_upost_recv()
1866 post_recv.wr_id = ib_wr->wr_id; in irdma_upost_recv()
1867 post_recv.sg_list = ib_wr->sg_list; in irdma_upost_recv()
1868 err = irdma_uk_post_receive(&iwuqp->qp, &post_recv); in irdma_upost_recv()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1029 int (*post_recv)(struct ibv_wq *current, member
1202 return wq->post_recv(wq, recv_wr, bad_recv_wr); in ibv_post_wq_recv()
1451 int (*post_recv)(struct ibv_qp *qp, struct ibv_recv_wr *wr, member
2274 return qp->context->ops.post_recv(qp, wr, bad_wr); in ibv_post_recv()
H A Dcompat-1_0.c206 int (*post_recv)(struct ibv_qp_1_0 *qp, member
506 ret = qp->context->real_context->ops.post_recv(qp->real_qp, head_wr, in post_recv_wrapper_1_0()
543 ctx->ops.post_recv = post_recv_wrapper_1_0; in __ibv_open_device_1_0()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c114 .post_recv = mlx4_post_recv,
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c298 SDPSTATS_COUNTER_GET(post_recv)); in sdpstats_seq_show()
H A Dsdp_rx.c157 SDPSTATS_COUNTER_INC(post_recv); in sdp_post_recv()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c2624 struct irdma_post_rq_info post_recv = {0}; in irdma_post_recv() local
2635 post_recv.num_sges = ib_wr->num_sge; in irdma_post_recv()
2636 post_recv.wr_id = ib_wr->wr_id; in irdma_post_recv()
2637 post_recv.sg_list = ib_wr->sg_list; in irdma_post_recv()
2638 err = irdma_uk_post_receive(ukqp, &post_recv); in irdma_post_recv()
3299 dev_ops->post_recv = irdma_post_recv; in irdma_set_device_ops()
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c155 context->ibv_ctx.ops.post_recv = c4iw_post_receive; in c4iw_alloc_context()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1241 dev->ib_dev.post_recv = mthca_arbel_post_receive; in mthca_register_device()
1245 dev->ib_dev.post_recv = mthca_tavor_post_receive; in mthca_register_device()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c485 ibdev->post_recv = c4iw_post_receive; in c4iw_register_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_device.c106 IB_MANDATORY_FUNC(post_recv), in ib_device_check_mandatory()
H A Dib_uverbs_cmd.c2318 ret = qp->device->post_recv(qp->real_qp, wr, &bad_wr); in ib_uverbs_post_recv()
3962 UAPI_DEF_METHOD_NEEDS_FN(post_recv)),
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c124 .post_recv = mlx5_post_recv,
H A Dverbs.c2133 rwq->wq.post_recv = mlx5_post_wq_recv; in mlx5_create_wq()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2266 int (*post_recv)(struct ib_qp *qp, member
3293 return qp->device->post_recv(qp, recv_wr, bad_recv_wr); in ib_post_recv()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c255 ibdev->post_recv = qlnxr_post_recv; in qlnxr_register_device()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2533 ibdev->ib_dev.post_recv = mlx4_ib_post_recv; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3457 dev->ib_dev.post_recv = mlx5_ib_post_recv; in mlx5_ib_add()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2138 ibdev->post_recv = bnxt_re_post_recv; in bnxt_re_register_ib()