| /Linux-v5.4/net/smc/ |
| D | smc_wr.c | 471 lnk->wr_tx_sges[i].lkey = lnk->roce_pd->local_dma_lkey; in smc_wr_init_sge() 473 lnk->roce_pd->local_dma_lkey; in smc_wr_init_sge() 475 lnk->roce_pd->local_dma_lkey; in smc_wr_init_sge() 477 lnk->roce_pd->local_dma_lkey; in smc_wr_init_sge() 479 lnk->roce_pd->local_dma_lkey; in smc_wr_init_sge() 497 lnk->wr_rx_sges[i].lkey = lnk->roce_pd->local_dma_lkey; in smc_wr_init_sge()
|
| /Linux-v5.4/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_verbs.c | 219 priv->tx_sge[i].lkey = priv->pd->local_dma_lkey; in ipoib_transport_dev_init() 225 priv->rx_sge[0].lkey = priv->pd->local_dma_lkey; in ipoib_transport_dev_init()
|
| /Linux-v5.4/net/rds/ |
| D | ib_send.c | 206 sge->lkey = ic->i_pd->local_dma_lkey; in rds_ib_send_init_ring() 208 send->s_sge[1].lkey = ic->i_pd->local_dma_lkey; in rds_ib_send_init_ring() 809 send->s_sge[0].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit_atomic() 925 send->s_sge[j].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit_rdma()
|
| D | ib_recv.c | 66 sge->lkey = ic->i_pd->local_dma_lkey; in rds_ib_recv_init_ring() 71 sge->lkey = ic->i_pd->local_dma_lkey; in rds_ib_recv_init_ring() 580 sge->lkey = ic->i_pd->local_dma_lkey; in rds_ib_recv_init_ack()
|
| /Linux-v5.4/drivers/infiniband/ulp/isert/ |
| D | ib_isert.c | 195 rx_sg->lkey = device->pd->local_dma_lkey; in isert_alloc_rx_descriptors() 891 if (tx_desc->tx_sg[0].lkey != device->pd->local_dma_lkey) { in __isert_create_send_desc() 892 tx_desc->tx_sg[0].lkey = device->pd->local_dma_lkey; in __isert_create_send_desc() 929 tx_desc->tx_sg[0].lkey = device->pd->local_dma_lkey; in isert_init_tx_hdrs() 969 sge.lkey = isert_conn->device->pd->local_dma_lkey; in isert_login_post_recv() 1018 tx_dsg->lkey = isert_conn->device->pd->local_dma_lkey; in isert_put_login_tx() 1880 tx_dsg->lkey = device->pd->local_dma_lkey; in isert_put_response() 2008 tx_dsg->lkey = device->pd->local_dma_lkey; in isert_put_reject() 2051 tx_dsg->lkey = device->pd->local_dma_lkey; in isert_put_text_rsp()
|
| /Linux-v5.4/net/9p/ |
| D | trans_rdma.c | 399 sge.lkey = rdma->pd->local_dma_lkey; in post_recv() 491 sge.lkey = rdma->pd->local_dma_lkey; in rdma_request()
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | rw.c | 224 sge->lkey = qp->pd->local_dma_lkey; in rdma_rw_init_map_wrs() 253 ctx->single.sge.lkey = qp->pd->local_dma_lkey; in rdma_rw_init_single_wr()
|
| D | verbs.c | 282 pd->local_dma_lkey = device->local_dma_lkey; in __ib_alloc_pd() 309 pd->local_dma_lkey = pd->__internal_mr->lkey; in __ib_alloc_pd()
|
| D | mad.c | 1097 mad_send_wr->sg_list[0].lkey = mad_agent->qp->pd->local_dma_lkey; in ib_create_send_mad() 1106 mad_send_wr->sg_list[1].lkey = mad_agent->qp->pd->local_dma_lkey; in ib_create_send_mad() 2936 sg_list.lkey = qp_info->port_priv->pd->local_dma_lkey; in ib_mad_post_receive_mads()
|
| /Linux-v5.4/drivers/infiniband/ulp/iser/ |
| D | iser_initiator.c | 280 rx_sg->lkey = device->pd->local_dma_lkey; in iser_alloc_rx_descriptors() 534 tx_dsg->lkey = device->pd->local_dma_lkey; in iser_send_control()
|
| D | iser_memory.c | 196 reg->sge.lkey = device->pd->local_dma_lkey; in iser_reg_dma()
|
| D | iscsi_iser.c | 214 tx_desc->tx_sg[0].lkey = device->pd->local_dma_lkey; in iser_initialize_task_headers()
|
| D | iser_verbs.c | 981 desc->sge.lkey = ib_conn->device->pd->local_dma_lkey; in iser_post_recvl()
|
| /Linux-v5.4/drivers/nvme/target/ |
| D | rdma.c | 263 sge->lkey = ndev->pd->local_dma_lkey; in nvmet_rdma_alloc_inline_pages() 293 c->sge[0].lkey = ndev->pd->local_dma_lkey; in nvmet_rdma_alloc_cmd() 378 r->send_sge.lkey = ndev->pd->local_dma_lkey; in nvmet_rdma_alloc_rsp()
|
| /Linux-v5.4/fs/cifs/ |
| D | smbdirect.c | 740 request->sge[0].lkey = info->pd->local_dma_lkey; in smbd_post_send_negotiate_req() 905 request->sge[0].lkey = info->pd->local_dma_lkey; in smbd_create_header() 1007 request->sge[i+1].lkey = info->pd->local_dma_lkey; in smbd_post_send_sgl() 1102 response->sge.lkey = info->pd->local_dma_lkey; in smbd_post_recv()
|
| /Linux-v5.4/net/sunrpc/xprtrdma/ |
| D | svc_rdma_recvfrom.c | 145 ctxt->rc_recv_sge.lkey = rdma->sc_pd->local_dma_lkey; in svc_rdma_recv_ctxt_alloc()
|
| D | svc_rdma_sendto.c | 157 ctxt->sc_sges[i].lkey = rdma->sc_pd->local_dma_lkey; in svc_rdma_send_ctxt_alloc()
|
| D | verbs.c | 1401 rb->rg_iov.lkey = r_xprt->rx_ia.ri_pd->local_dma_lkey; in __rpcrdma_regbuf_dma_map()
|
| /Linux-v5.4/drivers/nvme/host/ |
| D | rdma.c | 1192 sge->lkey = queue->device->pd->local_dma_lkey; in nvme_rdma_map_sg_inline() 1349 sge->lkey = queue->device->pd->local_dma_lkey; in nvme_rdma_post_send() 1380 list.lkey = queue->device->pd->local_dma_lkey; in nvme_rdma_post_recv()
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | provider.c | 547 dev->ibdev.local_dma_lkey = 0; in c4iw_register_device()
|
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ |
| D | mad.c | 638 list.lkey = tun_ctx->pd->local_dma_lkey; in mlx4_ib_send_to_slave() 1324 sg_list.lkey = ctx->pd->local_dma_lkey; in mlx4_ib_post_pv_qp_buf() 1437 list.lkey = sqp_ctx->pd->local_dma_lkey; in mlx4_ib_send_to_wire()
|
| /Linux-v5.4/drivers/infiniband/hw/hns/ |
| D | hns_roce_main.c | 493 ib_dev->local_dma_lkey = hr_dev->caps.reserved_lkey; in hns_roce_register_device()
|
| /Linux-v5.4/drivers/infiniband/sw/rxe/ |
| D | rxe_verbs.c | 1170 dev->local_dma_lkey = 0; in rxe_register_device()
|
| /Linux-v5.4/include/rdma/ |
| D | ib_verbs.h | 1501 u32 local_dma_lkey; member 2623 u32 local_dma_lkey; member
|
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | mr.c | 985 sg.lkey = dev->umrc.pd->local_dma_lkey; in mlx5_ib_update_xlt() 2073 u32 lkey = mr->ibmr.pd->local_dma_lkey; in mlx5_ib_sg_to_klms()
|