Searched refs:rc_recv_sge (Results 1 – 2 of 2) sorted by relevance
140 ctxt->rc_recv_wr.sg_list = &ctxt->rc_recv_sge; in svc_rdma_recv_ctxt_alloc()143 ctxt->rc_recv_sge.addr = addr; in svc_rdma_recv_ctxt_alloc()144 ctxt->rc_recv_sge.length = rdma->sc_max_req_size; in svc_rdma_recv_ctxt_alloc()145 ctxt->rc_recv_sge.lkey = rdma->sc_pd->local_dma_lkey; in svc_rdma_recv_ctxt_alloc()161 ib_dma_unmap_single(rdma->sc_pd->device, ctxt->rc_recv_sge.addr, in svc_rdma_recv_ctxt_destroy()162 ctxt->rc_recv_sge.length, DMA_FROM_DEVICE); in svc_rdma_recv_ctxt_destroy()312 ctxt->rc_recv_sge.addr, in svc_rdma_wc_receive()
130 struct ib_sge rc_recv_sge; member