Symbol: rpcrdma_rep
include/trace/events/rpcrdma.h
1257
const struct rpcrdma_rep *rep,
include/trace/events/rpcrdma.h
290
const struct rpcrdma_rep *rep
include/trace/events/rpcrdma.h
321
const struct rpcrdma_rep *rep \
net/sunrpc/xprtrdma/backchannel.c
155
struct rpcrdma_rep *rep = req->rl_reply;
net/sunrpc/xprtrdma/backchannel.c
220
struct rpcrdma_rep *rep)
net/sunrpc/xprtrdma/frwr_ops.c
499
void frwr_reminv(struct rpcrdma_rep *rep, struct list_head *mrs)
net/sunrpc/xprtrdma/frwr_ops.c
644
struct rpcrdma_rep *rep;
net/sunrpc/xprtrdma/rpc_rdma.c
1082
rpcrdma_is_bcall(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep)
net/sunrpc/xprtrdma/rpc_rdma.c
1225
rpcrdma_decode_msg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep,
net/sunrpc/xprtrdma/rpc_rdma.c
1255
rpcrdma_decode_nomsg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep)
net/sunrpc/xprtrdma/rpc_rdma.c
1280
rpcrdma_decode_error(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep,
net/sunrpc/xprtrdma/rpc_rdma.c
1315
void rpcrdma_unpin_rqst(struct rpcrdma_rep *rep)
net/sunrpc/xprtrdma/rpc_rdma.c
1337
void rpcrdma_complete_rqst(struct rpcrdma_rep *rep)
net/sunrpc/xprtrdma/rpc_rdma.c
1451
void rpcrdma_reply_handler(struct rpcrdma_rep *rep)
net/sunrpc/xprtrdma/verbs.c
1036
struct rpcrdma_rep *rpcrdma_rep_create(struct rpcrdma_xprt *r_xprt)
net/sunrpc/xprtrdma/verbs.c
1041
struct rpcrdma_rep *rep;
net/sunrpc/xprtrdma/verbs.c
1076
static void rpcrdma_rep_free(struct rpcrdma_rep *rep)
net/sunrpc/xprtrdma/verbs.c
1082
static struct rpcrdma_rep *rpcrdma_rep_get_locked(struct rpcrdma_buffer *buf)
net/sunrpc/xprtrdma/verbs.c
1090
return llist_entry(node, struct rpcrdma_rep, rr_node);
net/sunrpc/xprtrdma/verbs.c
1104
void rpcrdma_rep_put(struct rpcrdma_buffer *buf, struct rpcrdma_rep *rep)
net/sunrpc/xprtrdma/verbs.c
1117
struct rpcrdma_rep *rep;
net/sunrpc/xprtrdma/verbs.c
1125
struct rpcrdma_rep *rep;
net/sunrpc/xprtrdma/verbs.c
1129
struct rpcrdma_rep,
net/sunrpc/xprtrdma/verbs.c
1306
struct rpcrdma_rep *rep = req->rl_reply;
net/sunrpc/xprtrdma/verbs.c
1412
struct rpcrdma_rep *rep)
net/sunrpc/xprtrdma/verbs.c
1487
struct rpcrdma_rep *rep;
net/sunrpc/xprtrdma/verbs.c
1535
struct rpcrdma_rep *rep;
net/sunrpc/xprtrdma/verbs.c
1537
rep = container_of(wr, struct rpcrdma_rep, rr_recv_wr);
net/sunrpc/xprtrdma/verbs.c
168
struct rpcrdma_rep *rep = container_of(cqe, struct rpcrdma_rep,
net/sunrpc/xprtrdma/xprt_rdma.h
337
struct rpcrdma_rep *rl_reply;
net/sunrpc/xprtrdma/xprt_rdma.h
507
void rpcrdma_rep_put(struct rpcrdma_buffer *buf, struct rpcrdma_rep *rep);
net/sunrpc/xprtrdma/xprt_rdma.h
562
void frwr_reminv(struct rpcrdma_rep *rep, struct list_head *mrs);
net/sunrpc/xprtrdma/xprt_rdma.h
589
void rpcrdma_complete_rqst(struct rpcrdma_rep *rep);
net/sunrpc/xprtrdma/xprt_rdma.h
590
void rpcrdma_unpin_rqst(struct rpcrdma_rep *rep);
net/sunrpc/xprtrdma/xprt_rdma.h
591
void rpcrdma_reply_handler(struct rpcrdma_rep *rep);
net/sunrpc/xprtrdma/xprt_rdma.h
616
void rpcrdma_bc_receive_call(struct rpcrdma_xprt *, struct rpcrdma_rep *);