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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h95 * struct rpcrdma_rep -- this structure encapsulates state required to recv
121 struct rpcrdma_rep { struct
125 void (*rr_func)(struct rpcrdma_rep *);/* called by tasklet in softint */
189 struct rpcrdma_rep *rl_reply;/* holder for reply buffer */
215 struct rpcrdma_rep **rb_recv_bufs;
309 struct rpcrdma_rep *);
322 void rpcrdma_recv_buffer_put(struct rpcrdma_rep *);
338 void rpcrdma_reply_handler(struct rpcrdma_rep *);
H A Dverbs.c79 struct rpcrdma_rep *rep;
80 void (*func)(struct rpcrdma_rep *);
87 struct rpcrdma_rep, rr_list);
106 rpcrdma_schedule_tasklet(struct rpcrdma_rep *rep)
147 struct rpcrdma_rep *rep =
148 (struct rpcrdma_rep *)(unsigned long) wc->wr_id;
970 * 3. array of struct rpcrdma_rep for replies
977 (sizeof(struct rpcrdma_req *) + sizeof(struct rpcrdma_rep *));
1010 buf->rb_recv_bufs = (struct rpcrdma_rep **) p;
1099 struct rpcrdma_rep *re
[all...]
H A Drpc_rdma.c563 rpcrdma_count_chunks(struct rpcrdma_rep *rep, unsigned int max, int wrchunk, __be32 **iptrp)
716 rpcrdma_unbind_func(struct rpcrdma_rep *rep)
727 rpcrdma_reply_handler(struct rpcrdma_rep *rep)
H A Dtransport.c582 struct rpcrdma_rep *rep;

Completed in 175 milliseconds