/linux/Documentation/translations/zh_CN/infiniband/ |
H A D | core_locking.rst | 35 - post_recv
|
/linux/net/9p/ |
H A D | trans_rdma.c | 383 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 D | core_locking.rst | 22 - post_recv
|
/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_main.c | 159 .post_recv = ocrdma_post_recv,
|
/linux/drivers/infiniband/sw/siw/ |
H A D | siw_main.c | 261 .post_recv = siw_post_receive,
|
/linux/drivers/infiniband/sw/rdmavt/ |
H A D | vt.c | 358 .post_recv = rvt_post_recv,
|
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_provider.c | 1124 .post_recv = mthca_arbel_post_receive, 1130 .post_recv = mthca_tavor_post_receive,
|
/linux/drivers/infiniband/hw/erdma/ |
H A D | erdma_main.c | 509 .post_recv = erdma_post_recv,
|
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | provider.c | 494 .post_recv = c4iw_post_receive,
|
/linux/drivers/infiniband/hw/irdma/ |
H A D | verbs.c | 3606 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 D | device.c | 282 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 D | uverbs_cmd.c | 2312 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 D | main.c | 221 .post_recv = qedr_post_recv,
|
/linux/include/rdma/ |
H A D | ib_verbs.h | 2337 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 D | rxe_verbs.c | 1475 .post_recv = rxe_post_recv,
|
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | main.c | 921 .post_recv = bnxt_re_post_recv,
|
/linux/drivers/infiniband/hw/mlx4/ |
H A D | main.c | 2557 .post_recv = mlx4_ib_post_recv,
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 4121 .post_recv = mlx5_ib_post_recv_nodrain,
|
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 6801 .post_recv = hns_roce_v2_post_recv,
|