Home
last modified time | relevance | path

Searched refs:rr_rdmabuf (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/sunrpc/xprtrdma/
Dverbs.c212 rdmab_addr(rep->rr_rdmabuf), in rpcrdma_recvcq_process_wc()
214 prefetch(rdmab_to_msg(rep->rr_rdmabuf)); in rpcrdma_recvcq_process_wc()
927 rep->rr_rdmabuf = rpcrdma_alloc_regbuf(ia, cdata->inline_rsize, in rpcrdma_create_rep()
929 if (IS_ERR(rep->rr_rdmabuf)) { in rpcrdma_create_rep()
930 rc = PTR_ERR(rep->rr_rdmabuf); in rpcrdma_create_rep()
1022 rpcrdma_free_regbuf(ia, rep->rr_rdmabuf); in rpcrdma_destroy_rep()
1310 recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov; in rpcrdma_ep_post_recv()
1314 rdmab_addr(rep->rr_rdmabuf), in rpcrdma_ep_post_recv()
1315 rdmab_length(rep->rr_rdmabuf), in rpcrdma_ep_post_recv()
Dxprt_rdma.h179 struct rpcrdma_regbuf *rr_rdmabuf; member
Dbackchannel.c308 headerp = rdmab_to_msg(rep->rr_rdmabuf); in rpcrdma_bc_receive_call()
Drpc_rdma.c579 char *base = (char *)rdmab_to_msg(rep->rr_rdmabuf); in rpcrdma_count_chunks()
787 headerp = rdmab_to_msg(rep->rr_rdmabuf); in rpcrdma_reply_handler()