Searched refs:rc_recv_sge (Results 1 – 2 of 2) sorted by relevance
149 ctxt->rc_recv_wr.sg_list = &ctxt->rc_recv_sge; in svc_rdma_recv_ctxt_alloc()152 ctxt->rc_recv_sge.addr = addr; in svc_rdma_recv_ctxt_alloc()153 ctxt->rc_recv_sge.length = rdma->sc_max_req_size; in svc_rdma_recv_ctxt_alloc()154 ctxt->rc_recv_sge.lkey = rdma->sc_pd->local_dma_lkey; in svc_rdma_recv_ctxt_alloc()170 ib_dma_unmap_single(rdma->sc_pd->device, ctxt->rc_recv_sge.addr, in svc_rdma_recv_ctxt_destroy()171 ctxt->rc_recv_sge.length, DMA_FROM_DEVICE); in svc_rdma_recv_ctxt_destroy()335 ctxt->rc_recv_sge.addr, in svc_rdma_wc_receive()
136 struct ib_sge rc_recv_sge; member