Searched refs:rr_rdmabuf (Results 1 – 2 of 2) sorted by relevance
175 ib_dma_sync_single_for_cpu(rdmab_device(rep->rr_rdmabuf), in rpcrdma_wc_receive()176 rdmab_addr(rep->rr_rdmabuf), in rpcrdma_wc_receive()460 rpcrdma_dma_unmap_regbuf(rep->rr_rdmabuf); in rpcrdma_ia_remove()1104 rep->rr_rdmabuf = rpcrdma_alloc_regbuf(cdata->inline_rsize, in rpcrdma_create_rep()1106 if (IS_ERR(rep->rr_rdmabuf)) { in rpcrdma_create_rep()1107 rc = PTR_ERR(rep->rr_rdmabuf); in rpcrdma_create_rep()1110 xdr_buf_init(&rep->rr_hdrbuf, rep->rr_rdmabuf->rg_base, in rpcrdma_create_rep()1111 rdmab_length(rep->rr_rdmabuf)); in rpcrdma_create_rep()1118 rep->rr_recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov; in rpcrdma_create_rep()1189 rpcrdma_free_regbuf(rep->rr_rdmabuf); in rpcrdma_destroy_rep()[all …]
201 struct rpcrdma_regbuf *rr_rdmabuf; member