Searched refs:rr_rdmabuf (Results 1 – 2 of 2) sorted by relevance
169 ib_dma_sync_single_for_cpu(rdmab_device(rep->rr_rdmabuf), in rpcrdma_wc_receive()170 rdmab_addr(rep->rr_rdmabuf), in rpcrdma_wc_receive()1054 rep->rr_rdmabuf = rpcrdma_regbuf_alloc(r_xprt->rx_ep.rep_inline_recv, in rpcrdma_rep_create()1056 if (!rep->rr_rdmabuf) in rpcrdma_rep_create()1059 xdr_buf_init(&rep->rr_hdrbuf, rdmab_data(rep->rr_rdmabuf), in rpcrdma_rep_create()1060 rdmab_length(rep->rr_rdmabuf)); in rpcrdma_rep_create()1065 rep->rr_recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov; in rpcrdma_rep_create()1078 rpcrdma_regbuf_free(rep->rr_rdmabuf); in rpcrdma_rep_destroy()1496 if (!rpcrdma_regbuf_dma_map(r_xprt, rep->rr_rdmabuf)) in rpcrdma_post_recvs()
199 struct rpcrdma_regbuf *rr_rdmabuf; member