Searched refs:rpcrdma_rep (Results 1 - 6 of 6) sorted by path

/linux-master/include/trace/events/
H A Drpcrdma.h290 const struct rpcrdma_rep *rep
321 const struct rpcrdma_rep *rep \
1234 const struct rpcrdma_rep *rep,
/linux-master/net/sunrpc/xprtrdma/
H A Dbackchannel.c154 struct rpcrdma_rep *rep = req->rl_reply;
220 struct rpcrdma_rep *rep)
H A Dfrwr_ops.c428 void frwr_reminv(struct rpcrdma_rep *rep, struct list_head *mrs)
573 struct rpcrdma_rep *rep;
H A Drpc_rdma.c523 struct rpcrdma_rep *rep = req->rl_reply;
1121 rpcrdma_is_bcall(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep)
1262 rpcrdma_decode_msg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep,
1292 rpcrdma_decode_nomsg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep)
1317 rpcrdma_decode_error(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep,
1352 void rpcrdma_unpin_rqst(struct rpcrdma_rep *rep)
1374 void rpcrdma_complete_rqst(struct rpcrdma_rep *rep)
1422 * @rep: Incoming rpcrdma_rep object to process
1427 void rpcrdma_reply_handler(struct rpcrdma_rep *rep)
1460 /* Match incoming rpcrdma_rep t
[all...]
H A Dverbs.c72 static void rpcrdma_rep_destroy(struct rpcrdma_rep *rep);
162 struct rpcrdma_rep *rep = container_of(cqe, struct rpcrdma_rep,
923 struct rpcrdma_rep *rpcrdma_rep_create(struct rpcrdma_xprt *r_xprt,
927 struct rpcrdma_rep *rep;
962 static void rpcrdma_rep_free(struct rpcrdma_rep *rep)
968 static void rpcrdma_rep_destroy(struct rpcrdma_rep *rep)
979 static struct rpcrdma_rep *rpcrdma_rep_get_locked(struct rpcrdma_buffer *buf)
987 return llist_entry(node, struct rpcrdma_rep, rr_node);
991 * rpcrdma_rep_put - Release rpcrdma_rep bac
[all...]
H A Dxprt_rdma.h179 * struct rpcrdma_rep -- this structure encapsulates state required
192 struct rpcrdma_rep { struct
318 struct rpcrdma_rep *rl_reply;
488 void rpcrdma_rep_put(struct rpcrdma_buffer *buf, struct rpcrdma_rep *rep);
542 void frwr_reminv(struct rpcrdma_rep *rep, struct list_head *mrs);
569 void rpcrdma_complete_rqst(struct rpcrdma_rep *rep);
570 void rpcrdma_unpin_rqst(struct rpcrdma_rep *rep);
571 void rpcrdma_reply_handler(struct rpcrdma_rep *rep);
596 void rpcrdma_bc_receive_call(struct rpcrdma_xprt *, struct rpcrdma_rep *);

Completed in 199 milliseconds