Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/infiniband/
H A Dcore_locking.rst35 - post_recv
/linux/net/9p/
H A Dtrans_rdma.c383 post_recv(struct p9_client *client, struct p9_rdma_context *c) in post_recv() function
468 err = post_recv(client, rpl_context); in rdma_request()
/linux/Documentation/infiniband/
H A Dcore_locking.rst22 - post_recv
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c159 .post_recv = ocrdma_post_recv,
/linux/drivers/infiniband/sw/siw/
H A Dsiw_main.c261 .post_recv = siw_post_receive,
/linux/drivers/infiniband/sw/rdmavt/
H A Dvt.c358 .post_recv = rvt_post_recv,
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1124 .post_recv = mthca_arbel_post_receive,
1130 .post_recv = mthca_tavor_post_receive,
/linux/drivers/infiniband/hw/erdma/
H A Derdma_main.c509 .post_recv = erdma_post_recv,
/linux/drivers/infiniband/hw/cxgb4/
H A Dprovider.c494 .post_recv = c4iw_post_receive,
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c3606 struct irdma_post_rq_info post_recv = {}; in irdma_post_recv() local
3615 post_recv.num_sges = ib_wr->num_sge; in irdma_post_recv()
3616 post_recv.wr_id = ib_wr->wr_id; in irdma_post_recv()
3617 post_recv.sg_list = ib_wr->sg_list; in irdma_post_recv()
3618 err = irdma_uk_post_receive(ukqp, &post_recv); in irdma_post_recv()
4739 .post_recv = irdma_post_recv,
/linux/drivers/infiniband/core/
H A Ddevice.c282 IB_MANDATORY_FUNC(post_recv), in ib_device_check_mandatory()
2740 SET_DEVICE_OP(dev_ops, post_recv); in ib_set_device_ops()
H A Duverbs_cmd.c2312 ret = qp->device->ops.post_recv(qp->real_qp, wr, &bad_wr); in ib_uverbs_post_recv()
3922 UAPI_DEF_METHOD_NEEDS_FN(post_recv)),
/linux/drivers/infiniband/hw/qedr/
H A Dmain.c221 .post_recv = qedr_post_recv,
/linux/include/rdma/
H A Dib_verbs.h2337 int (*post_recv)(struct ib_qp *qp, const struct ib_recv_wr *recv_wr, member
3877 return qp->device->ops.post_recv(qp, recv_wr, bad_recv_wr ? : &dummy); in ib_post_recv()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c1475 .post_recv = rxe_post_recv,
/linux/drivers/infiniband/hw/bnxt_re/
H A Dmain.c921 .post_recv = bnxt_re_post_recv,
/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c2557 .post_recv = mlx4_ib_post_recv,
/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c4121 .post_recv = mlx5_ib_post_recv_nodrain,
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c6801 .post_recv = hns_roce_v2_post_recv,