Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dxprt_rdma.h173 struct rpcrdma_rep { struct
272 struct rpcrdma_rep *rl_reply;/* holder for reply buffer */
428 struct rpcrdma_rep *);
434 struct rpcrdma_rep *rpcrdma_create_rep(struct rpcrdma_xprt *);
444 void rpcrdma_recv_buffer_put(struct rpcrdma_rep *);
508 void rpcrdma_reply_handler(struct rpcrdma_rep *);
526 void rpcrdma_bc_receive_call(struct rpcrdma_xprt *, struct rpcrdma_rep *);
Dverbs.c187 struct rpcrdma_rep *rep = in rpcrdma_receive_worker()
188 container_of(work, struct rpcrdma_rep, rr_work); in rpcrdma_receive_worker()
196 struct rpcrdma_rep *rep = in rpcrdma_recvcq_process_wc()
197 (struct rpcrdma_rep *)(unsigned long)wc->wr_id; in rpcrdma_recvcq_process_wc()
914 struct rpcrdma_rep *
919 struct rpcrdma_rep *rep; in rpcrdma_create_rep()
979 struct rpcrdma_rep *rep; in rpcrdma_buffer_create()
1008 static struct rpcrdma_rep *
1011 struct rpcrdma_rep *rep; in rpcrdma_buffer_get_rep_locked()
1014 struct rpcrdma_rep, rr_list); in rpcrdma_buffer_get_rep_locked()
[all …]
Dbackchannel.c88 struct rpcrdma_rep *rep; in rpcrdma_bc_setup_reps()
297 struct rpcrdma_rep *rep) in rpcrdma_bc_receive_call()
Drpc_rdma.c575 rpcrdma_count_chunks(struct rpcrdma_rep *rep, unsigned int max, int wrchunk, __be32 **iptrp) in rpcrdma_count_chunks()
768 rpcrdma_reply_handler(struct rpcrdma_rep *rep) in rpcrdma_reply_handler()