/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 114 .post_recv = irdma_upost_recv,
|
H A D | irdma_uverbs.c | 1845 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 D | verbs.h | 1029 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 D | compat-1_0.c | 206 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 D | mlx4.c | 114 .post_recv = mlx4_post_recv,
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_proc.c | 298 SDPSTATS_COUNTER_GET(post_recv)); in sdpstats_seq_show()
|
H A D | sdp_rx.c | 157 SDPSTATS_COUNTER_INC(post_recv); in sdp_post_recv()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 2624 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 D | dev.c | 155 context->ibv_ctx.ops.post_recv = c4iw_post_receive; in c4iw_alloc_context()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1241 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 D | provider.c | 485 ibdev->post_recv = c4iw_post_receive; in c4iw_register_device()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_device.c | 106 IB_MANDATORY_FUNC(post_recv), in ib_device_check_mandatory()
|
H A D | ib_uverbs_cmd.c | 2318 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 D | mlx5.c | 124 .post_recv = mlx5_post_recv,
|
H A D | verbs.c | 2133 rwq->wq.post_recv = mlx5_post_wq_recv; in mlx5_create_wq()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2266 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 D | qlnxr_os.c | 255 ibdev->post_recv = qlnxr_post_recv; in qlnxr_register_device()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2533 ibdev->ib_dev.post_recv = mlx4_ib_post_recv; in mlx4_ib_add()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3457 dev->ib_dev.post_recv = mlx5_ib_post_recv; in mlx5_ib_add()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 2138 ibdev->post_recv = bnxt_re_post_recv; in bnxt_re_register_ib()
|