Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dxprt_rdma.h174 struct rpcrdma_rep { struct
178 void (*rr_func)(struct rpcrdma_rep *); argument
260 struct rpcrdma_rep *rl_reply;/* holder for reply buffer */
291 struct rpcrdma_rep **rb_recv_bufs;
408 struct rpcrdma_rep *);
419 void rpcrdma_recv_buffer_put(struct rpcrdma_rep *);
476 void rpcrdma_reply_handler(struct rpcrdma_rep *);
Dverbs.c82 struct rpcrdma_rep *rep; in rpcrdma_run_tasklet()
83 void (*func)(struct rpcrdma_rep *); in rpcrdma_run_tasklet()
90 struct rpcrdma_rep, rr_list); in rpcrdma_run_tasklet()
279 struct rpcrdma_rep *rep = in rpcrdma_recvcq_process_wc()
280 (struct rpcrdma_rep *)(unsigned long)wc->wr_id; in rpcrdma_recvcq_process_wc()
1036 static struct rpcrdma_rep *
1041 struct rpcrdma_rep *rep; in rpcrdma_create_rep()
1085 (sizeof(struct rpcrdma_req *) + sizeof(struct rpcrdma_rep *)); in rpcrdma_buffer_create()
1098 buf->rb_recv_bufs = (struct rpcrdma_rep **) p; in rpcrdma_buffer_create()
1107 struct rpcrdma_rep *rep; in rpcrdma_buffer_create()
[all …]
Drpc_rdma.c568 rpcrdma_count_chunks(struct rpcrdma_rep *rep, unsigned int max, int wrchunk, __be32 **iptrp) in rpcrdma_count_chunks()
730 rpcrdma_reply_handler(struct rpcrdma_rep *rep) in rpcrdma_reply_handler()