Searched refs:post_recv (Results 1 – 11 of 11) sorted by relevance
| /linux/Documentation/translations/zh_CN/infiniband/ |
| H A D | core_locking.rst | 35 - post_recv
|
| /linux/net/9p/ |
| H A D | trans_rdma.c | 271 post_recv(struct p9_client *client, struct p9_rdma_context *c) in post_recv() function 356 err = post_recv(client, rpl_context); in rdma_request()
|
| /linux/Documentation/infiniband/ |
| H A D | core_locking.rst | 22 - post_recv
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_main.c | 260 .post_recv = siw_post_receive,
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.c | 4249 struct irdma_post_rq_info post_recv = {}; in irdma_post_srq_recv() local 4259 post_recv.num_sges = ib_wr->num_sge; in irdma_post_srq_recv() 4260 post_recv.wr_id = ib_wr->wr_id; in irdma_post_srq_recv() 4261 post_recv.sg_list = ib_wr->sg_list; in irdma_post_srq_recv() 4262 err = irdma_uk_srq_post_receive(uksrq, &post_recv); in irdma_post_srq_recv() 4290 struct irdma_post_rq_info post_recv = {}; in irdma_post_recv() local 4304 post_recv.num_sges = ib_wr->num_sge; in irdma_post_recv() 4305 post_recv.wr_id = ib_wr->wr_id; in irdma_post_recv() 4306 post_recv.sg_list = ib_wr->sg_list; in irdma_post_recv() 4307 err = irdma_uk_post_receive(ukqp, &post_recv); in irdma_post_recv() [all …]
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_provider.c | 1135 .post_recv = mthca_arbel_post_receive, 1141 .post_recv = mthca_tavor_post_receive,
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | provider.c | 494 .post_recv = c4iw_post_receive,
|
| /linux/drivers/infiniband/hw/qedr/ |
| H A D | main.c | 221 .post_recv = qedr_post_recv,
|
| /linux/drivers/infiniband/core/ |
| H A D | device.c | 293 IB_MANDATORY_FUNC(post_recv), in ib_device_check_mandatory() 2816 SET_DEVICE_OP(dev_ops, post_recv); in ib_set_device_ops()
|
| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_main.c | 215 .post_recv = pvrdma_post_recv,
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.c | 7203 .post_recv = hns_roce_v2_post_recv,
|