Searched refs:rc_recv_sge (Results 1 – 2 of 2) sorted by relevance
152 ctxt->rc_recv_wr.sg_list = &ctxt->rc_recv_sge; in svc_rdma_recv_ctxt_alloc()155 ctxt->rc_recv_sge.addr = addr; in svc_rdma_recv_ctxt_alloc()156 ctxt->rc_recv_sge.length = rdma->sc_max_req_size; in svc_rdma_recv_ctxt_alloc()157 ctxt->rc_recv_sge.lkey = rdma->sc_pd->local_dma_lkey; in svc_rdma_recv_ctxt_alloc()172 ib_dma_unmap_single(rdma->sc_pd->device, ctxt->rc_recv_sge.addr, in svc_rdma_recv_ctxt_destroy()173 ctxt->rc_recv_sge.length, DMA_FROM_DEVICE); in svc_rdma_recv_ctxt_destroy()818 ctxt->rc_recv_sge.addr, ctxt->rc_byte_len, in svc_rdma_recvfrom()
135 struct ib_sge rc_recv_sge; member