Home
last modified time | relevance | path

Searched refs:lkey (Results 1 – 11 of 11) sorted by relevance

/net/smc/
Dsmc_wr.c496 lnk->wr_tx_sges[i].lkey = lnk->roce_pd->local_dma_lkey; in smc_wr_init_sge()
497 lnk->wr_tx_rdma_sges[i].tx_rdma_sge[0].wr_tx_rdma_sge[0].lkey = in smc_wr_init_sge()
499 lnk->wr_tx_rdma_sges[i].tx_rdma_sge[0].wr_tx_rdma_sge[1].lkey = in smc_wr_init_sge()
501 lnk->wr_tx_rdma_sges[i].tx_rdma_sge[1].wr_tx_rdma_sge[0].lkey = in smc_wr_init_sge()
503 lnk->wr_tx_rdma_sges[i].tx_rdma_sge[1].wr_tx_rdma_sge[1].lkey = in smc_wr_init_sge()
522 lnk->wr_rx_sges[i].lkey = lnk->roce_pd->local_dma_lkey; in smc_wr_init_sge()
/net/rds/
Dib_send.c208 sge->lkey = ic->i_pd->local_dma_lkey; in rds_ib_send_init_ring()
210 send->s_sge[1].lkey = ic->i_pd->local_dma_lkey; in rds_ib_send_init_ring()
638 send->s_sge[0].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit()
658 send->s_sge[1].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit()
822 send->s_sge[0].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit_atomic()
947 send->s_sge[j].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit_rdma()
950 send->s_sge[j].lkey = odp_lkey; in rds_ib_xmit_rdma()
Dib_rdma.c547 return ibmr->u.mr->lkey; in rds_ib_get_lkey()
603 sge.lkey = ib_mr->lkey; in rds_ib_get_mr()
Dib_recv.c66 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()
581 sge->lkey = ic->i_pd->local_dma_lkey; in rds_ib_recv_init_ack()
/net/sunrpc/xprtrdma/
Drpc_rdma.c564 sge->lkey = rdmab_lkey(rb); in rpcrdma_prepare_hdr_sge()
585 sge->lkey = rdmab_lkey(rb); in rpcrdma_prepare_head_iov()
616 sge->lkey = rdmab_lkey(rb); in rpcrdma_prepare_pagelist()
650 sge->lkey = rdmab_lkey(rb); in rpcrdma_prepare_tail_iov()
Dxprt_rdma.h136 return rb->rg_iov.lkey; in rdmab_lkey()
Dsvc_rdma_recvfrom.c156 ctxt->rc_recv_sge.lkey = rdma->sc_pd->local_dma_lkey; in svc_rdma_recv_ctxt_alloc()
Dsvc_rdma_sendto.c159 ctxt->sc_sges[i].lkey = rdma->sc_pd->local_dma_lkey; in svc_rdma_send_ctxt_alloc()
Dverbs.c1325 rb->rg_iov.lkey = r_xprt->rx_ep->re_pd->local_dma_lkey; in __rpcrdma_regbuf_dma_map()
/net/9p/
Dtrans_rdma.c403 sge.lkey = rdma->pd->local_dma_lkey; in post_recv()
500 sge.lkey = rdma->pd->local_dma_lkey; in rdma_request()
/net/sched/
Dcls_flower.c177 const long *lkey = fl_key_get_start(key, mask); in fl_set_masked_key() local
183 *lmkey++ = *lkey++ & *lmask++; in fl_set_masked_key()