Home
last modified time | relevance | path

Searched refs:rep_padbuf (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/sunrpc/xprtrdma/
Dverbs.c749 ep->rep_padbuf = rpcrdma_alloc_regbuf(ia, cdata->padding, in rpcrdma_ep_create()
751 if (IS_ERR(ep->rep_padbuf)) in rpcrdma_ep_create()
752 return PTR_ERR(ep->rep_padbuf); in rpcrdma_ep_create()
754 ep->rep_padbuf = NULL; in rpcrdma_ep_create()
838 rpcrdma_free_regbuf(ia, ep->rep_padbuf); in rpcrdma_ep_create()
865 rpcrdma_free_regbuf(ia, ep->rep_padbuf); in rpcrdma_ep_destroy()
Dxprt_rdma.h92 struct rpcrdma_regbuf *rep_padbuf; member
Drpc_rdma.c549 req->rl_send_iov[2].addr = rdmab_addr(ep->rep_padbuf); in rpcrdma_marshal_req()
551 req->rl_send_iov[2].lkey = rdmab_lkey(ep->rep_padbuf); in rpcrdma_marshal_req()