Lines Matching refs:rb
493 struct rpcrdma_regbuf *rb; in xprt_rdma_allocate() local
520 rb = rpcrdma_alloc_regbuf(&r_xprt->rx_ia, min_size, flags); in xprt_rdma_allocate()
521 if (IS_ERR(rb)) in xprt_rdma_allocate()
523 req->rl_rdmabuf = rb; in xprt_rdma_allocate()
547 rb = rpcrdma_alloc_regbuf(&r_xprt->rx_ia, size, flags); in xprt_rdma_allocate()
548 if (IS_ERR(rb)) in xprt_rdma_allocate()
550 rb->rg_owner = req; in xprt_rdma_allocate()
554 req->rl_sendbuf = rb; in xprt_rdma_allocate()
571 struct rpcrdma_regbuf *rb; in xprt_rdma_free() local
577 rb = container_of(buffer, struct rpcrdma_regbuf, rg_base[0]); in xprt_rdma_free()
578 req = rb->rg_owner; in xprt_rdma_free()