Searched refs:sc_dma_lkey (Results 1 – 4 of 4) sorted by relevance
123 if (ctxt->sge[i].lkey == xprt->sc_dma_lkey) { in svc_rdma_unmap_dma()512 ctxt->sge[sge_no].lkey = xprt->sc_dma_lkey; in svc_rdma_post_recv()1021 newxprt->sc_dma_lkey = newxprt->sc_phys_mr->lkey; in svc_rdma_accept()1023 newxprt->sc_dma_lkey = in svc_rdma_accept()1337 ctxt->sge[0].lkey = xprt->sc_dma_lkey; in svc_rdma_send_error()
338 sge[sge_no].lkey = xprt->sc_dma_lkey; in send_write()575 ctxt->sge[0].lkey = rdma->sc_dma_lkey; in send_reply()600 ctxt->sge[sge_no].lkey = rdma->sc_dma_lkey; in send_reply()
331 ctxt->sge[i].lkey = xprt->sc_dma_lkey; in rdma_set_ctxt_sge()
155 u32 sc_dma_lkey; /* local dma key */ member