Searched refs:rpcrdma_rep (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/net/sunrpc/xprtrdma/ |
D | xprt_rdma.h | 191 struct rpcrdma_rep { struct 318 struct rpcrdma_rep *rl_reply; 500 void rpcrdma_recv_buffer_put(struct rpcrdma_rep *); 556 void frwr_reminv(struct rpcrdma_rep *rep, struct list_head *mrs); 579 void rpcrdma_complete_rqst(struct rpcrdma_rep *rep); 580 void rpcrdma_reply_handler(struct rpcrdma_rep *rep); 607 void rpcrdma_bc_receive_call(struct rpcrdma_xprt *, struct rpcrdma_rep *);
|
D | verbs.c | 154 struct rpcrdma_rep *rep = container_of(cqe, struct rpcrdma_rep, in rpcrdma_wc_receive() 1045 static struct rpcrdma_rep *rpcrdma_rep_create(struct rpcrdma_xprt *r_xprt, in rpcrdma_rep_create() 1048 struct rpcrdma_rep *rep; in rpcrdma_rep_create() 1076 static void rpcrdma_rep_destroy(struct rpcrdma_rep *rep) in rpcrdma_rep_destroy() 1082 static struct rpcrdma_rep *rpcrdma_rep_get_locked(struct rpcrdma_buffer *buf) in rpcrdma_rep_get_locked() 1090 return llist_entry(node, struct rpcrdma_rep, rr_node); in rpcrdma_rep_get_locked() 1094 struct rpcrdma_rep *rep) in rpcrdma_rep_put() 1104 struct rpcrdma_rep *rep; in rpcrdma_reps_destroy() 1321 void rpcrdma_recv_buffer_put(struct rpcrdma_rep *rep) in rpcrdma_recv_buffer_put() 1464 struct rpcrdma_rep *rep; in rpcrdma_post_recvs() [all …]
|
D | rpc_rdma.c | 555 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_sendctx_done() 1020 rpcrdma_is_bcall(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) in rpcrdma_is_bcall() 1163 rpcrdma_decode_msg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, in rpcrdma_decode_msg() 1193 rpcrdma_decode_nomsg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) in rpcrdma_decode_nomsg() 1218 rpcrdma_decode_error(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, in rpcrdma_decode_error() 1257 void rpcrdma_complete_rqst(struct rpcrdma_rep *rep) in rpcrdma_complete_rqst() 1312 void rpcrdma_reply_handler(struct rpcrdma_rep *rep) in rpcrdma_reply_handler()
|
D | frwr_ops.c | 455 void frwr_reminv(struct rpcrdma_rep *rep, struct list_head *mrs) in frwr_reminv() 609 struct rpcrdma_rep *rep = mr->mr_req->rl_reply; in frwr_wc_localinv_done()
|
D | backchannel.c | 218 struct rpcrdma_rep *rep) in rpcrdma_bc_receive_call()
|
/Linux-v5.4/include/trace/events/ |
D | rpcrdma.h | 23 const struct rpcrdma_rep *rep 53 const struct rpcrdma_rep *rep \ 687 const struct rpcrdma_rep *rep 786 __entry->rep = container_of(wc->wr_cqe, struct rpcrdma_rep, 958 const struct rpcrdma_rep *rep, 991 const struct rpcrdma_rep *rep 1214 const struct rpcrdma_rep *rep
|