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()
639 send->s_sge[0].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit()
659 send->s_sge[1].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit()
823 send->s_sge[0].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit_atomic()
948 send->s_sge[j].lkey = ic->i_pd->local_dma_lkey; in rds_ib_xmit_rdma()
951 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.c581 sge->lkey = rdmab_lkey(rb); in rpcrdma_prepare_hdr_sge()
602 sge->lkey = rdmab_lkey(rb); in rpcrdma_prepare_head_iov()
633 sge->lkey = rdmab_lkey(rb); in rpcrdma_prepare_pagelist()
667 sge->lkey = rdmab_lkey(rb); in rpcrdma_prepare_tail_iov()
Dxprt_rdma.h132 return rb->rg_iov.lkey; in rdmab_lkey()
Dsvc_rdma_recvfrom.c154 ctxt->rc_recv_sge.lkey = rdma->sc_pd->local_dma_lkey; in svc_rdma_recv_ctxt_alloc()
Dsvc_rdma_sendto.c167 ctxt->sc_sges[i].lkey = rdma->sc_pd->local_dma_lkey; in svc_rdma_send_ctxt_alloc()
Dverbs.c1333 rb->rg_iov.lkey = r_xprt->rx_ep->re_pd->local_dma_lkey; in __rpcrdma_regbuf_dma_map()
/net/9p/
Dtrans_rdma.c401 sge.lkey = rdma->pd->local_dma_lkey; in post_recv()
498 sge.lkey = rdma->pd->local_dma_lkey; in rdma_request()
/net/sched/
Dcls_flower.c176 const long *lkey = fl_key_get_start(key, mask); in fl_set_masked_key() local
182 *lmkey++ = *lkey++ & *lmask++; in fl_set_masked_key()