Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dxprt_rdma.h191 struct rpcrdma_rep { struct
319 struct rpcrdma_rep *rl_reply;
503 void rpcrdma_recv_buffer_put(struct rpcrdma_rep *);
559 void frwr_reminv(struct rpcrdma_rep *rep, struct list_head *mrs);
582 void rpcrdma_complete_rqst(struct rpcrdma_rep *rep);
583 void rpcrdma_reply_handler(struct rpcrdma_rep *rep);
610 void rpcrdma_bc_receive_call(struct rpcrdma_xprt *, struct rpcrdma_rep *);
Dverbs.c153 struct rpcrdma_rep *rep = container_of(cqe, struct rpcrdma_rep, in rpcrdma_wc_receive()
1066 static struct rpcrdma_rep *rpcrdma_rep_create(struct rpcrdma_xprt *r_xprt, in rpcrdma_rep_create()
1069 struct rpcrdma_rep *rep; in rpcrdma_rep_create()
1098 static void rpcrdma_rep_destroy(struct rpcrdma_rep *rep) in rpcrdma_rep_destroy()
1105 static struct rpcrdma_rep *rpcrdma_rep_get_locked(struct rpcrdma_buffer *buf) in rpcrdma_rep_get_locked()
1113 return llist_entry(node, struct rpcrdma_rep, rr_node); in rpcrdma_rep_get_locked()
1117 struct rpcrdma_rep *rep) in rpcrdma_rep_put()
1125 struct rpcrdma_rep *rep; in rpcrdma_reps_unmap()
1133 struct rpcrdma_rep *rep; in rpcrdma_reps_destroy()
1353 void rpcrdma_recv_buffer_put(struct rpcrdma_rep *rep) in rpcrdma_recv_buffer_put()
[all …]
Drpc_rdma.c555 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()
Dfrwr_ops.c455 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()
Dbackchannel.c218 struct rpcrdma_rep *rep) in rpcrdma_bc_receive_call()