Lines Matching refs:rb
495 struct rpcrdma_regbuf *rb; in xprt_rdma_allocate() local
522 rb = rpcrdma_alloc_regbuf(&r_xprt->rx_ia, min_size, flags); in xprt_rdma_allocate()
523 if (IS_ERR(rb)) in xprt_rdma_allocate()
525 req->rl_rdmabuf = rb; in xprt_rdma_allocate()
549 rb = rpcrdma_alloc_regbuf(&r_xprt->rx_ia, size, flags); in xprt_rdma_allocate()
550 if (IS_ERR(rb)) in xprt_rdma_allocate()
552 rb->rg_owner = req; in xprt_rdma_allocate()
556 req->rl_sendbuf = rb; in xprt_rdma_allocate()
573 struct rpcrdma_regbuf *rb; in xprt_rdma_free() local
579 rb = container_of(buffer, struct rpcrdma_regbuf, rg_base[0]); in xprt_rdma_free()
580 req = rb->rg_owner; in xprt_rdma_free()