Lines Matching refs:rr_rdmabuf
177 ib_dma_sync_single_for_cpu(rdmab_device(rep->rr_rdmabuf),
178 rdmab_addr(rep->rr_rdmabuf),
933 rep->rr_rdmabuf = rpcrdma_regbuf_alloc(r_xprt->rx_ep->re_inline_recv,
935 if (!rep->rr_rdmabuf)
941 xdr_buf_init(&rep->rr_hdrbuf, rdmab_data(rep->rr_rdmabuf),
942 rdmab_length(rep->rr_rdmabuf));
947 rep->rr_recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov;
964 rpcrdma_regbuf_free(rep->rr_rdmabuf);
1011 rpcrdma_regbuf_dma_unmap(rep->rr_rdmabuf);
1361 if (!rpcrdma_regbuf_dma_map(r_xprt, rep->rr_rdmabuf)) {